Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(48)

Issue 5988072: Windows compiler complaint cleanup (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by robertphillips
Modified:
12 years, 5 months ago
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Windows compiler complaint cleanup. Cary - are the changes in SkSetPoly3To3*.cpp what was intended?

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressed code review issues (fixed casts) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -18 lines) Patch
M experimental/SkSetPoly3To3_A.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M experimental/SkSetPoly3To3_D.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M gm/bitmapcopy.cpp View 1 chunk +12 lines, -4 lines 0 comments Download
M gm/colormatrix.cpp View 1 chunk +4 lines, -1 line 0 comments Download
M src/gpu/GrContext.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 4 chunks +7 lines, -5 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M tests/PointTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6
robertphillips
12 years, 5 months ago (2012-04-10 13:19:19 UTC) #1
bsalomon
Adding Stephen for the blur scalar->int texture dimensions changes.
12 years, 5 months ago (2012-04-10 13:39:09 UTC) #2
caryclark1
http://codereview.appspot.com/5988072/diff/1/experimental/SkSetPoly3To3_A.cpp File experimental/SkSetPoly3To3_A.cpp (left): http://codereview.appspot.com/5988072/diff/1/experimental/SkSetPoly3To3_A.cpp#oldcode35 experimental/SkSetPoly3To3_A.cpp:35: return (SkDScalar)a * b; This is taking two 16.16 ...
12 years, 5 months ago (2012-04-10 13:58:30 UTC) #3
Stephen White
http://codereview.appspot.com/5988072/diff/1/experimental/SkSetPoly3To3_A.cpp File experimental/SkSetPoly3To3_A.cpp (right): http://codereview.appspot.com/5988072/diff/1/experimental/SkSetPoly3To3_A.cpp#newcode35 experimental/SkSetPoly3To3_A.cpp:35: return (SkDScalar)(a * b); In SK_SCALAR_IS_FIXED, this looks like ...
12 years, 5 months ago (2012-04-10 14:08:04 UTC) #4
robertphillips
http://codereview.appspot.com/5988072/diff/1/experimental/SkSetPoly3To3_A.cpp File experimental/SkSetPoly3To3_A.cpp (left): http://codereview.appspot.com/5988072/diff/1/experimental/SkSetPoly3To3_A.cpp#oldcode35 experimental/SkSetPoly3To3_A.cpp:35: return (SkDScalar)a * b; On 2012/04/10 13:58:31, caryclark1 wrote: ...
12 years, 5 months ago (2012-04-10 14:53:51 UTC) #5
robertphillips
12 years, 5 months ago (2012-04-10 18:33:10 UTC) #6
committed as r3644
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b