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

Issue 7065050: fix warning from scalar --> int32 conversion (Closed)

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

Description

fix warning from scalar --> int32 conversion BUG= Committed: https://code.google.com/p/skia/source/detail?r=7061

Patch Set 1 #

Patch Set 2 : remove all release warnings #

Total comments: 2

Patch Set 3 : do the "right" thing with the font bbox #

Patch Set 4 : fix warnings on old xcode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -41 lines) Patch
M gm/aaclip.cpp View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gm/bigmatrix.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M gm/bitmapscroll.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gm/cmykjpeg.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkTypes.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleAAClip.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleColorFilter.cpp View 1 2 chunks +4 lines, -1 line 0 comments Download
M samplecode/SampleRegion.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/animator/SkAnimateActive.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/animator/SkAnimatorScript.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDisplayApply.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/animator/SkDisplayEvent.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDisplayPost.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkScript.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/animator/SkScriptTokenizer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkLineClipper.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/core/SkOrderedReadBuffer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkScan_Antihair.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkScan_Hairline.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/effects/SkKernel33MaskFilter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkTableColorFilter.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 3 chunks +3 lines, -1 line 0 comments Download
M src/gpu/GrGpu.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrMemoryPool.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrPathUtils.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrRedBlackTree.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLPath.cpp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLShaderBuilder.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pipe/utils/SamplePipeControllers.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ports/SkFontHost_mac_coretext.cpp View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
M src/sfnt/SkOTTable_glyf.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/utils/SkInterpolator.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/xml/SkBML_XMLParser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/WritePixelsTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
Humper
11 years, 5 months ago (2013-01-07 17:47:18 UTC) #1
brian2
On 2013/01/07 17:47:18, Humper wrote: Lgtm
11 years, 5 months ago (2013-01-07 17:55:56 UTC) #2
Steve VanDeBogart
On Jan 7, 2013 9:47 AM, <humper@google.com> wrote: > > Reviewers: bsalomon, Steve VanDeBogart, > ...
11 years, 5 months ago (2013-01-07 18:20:57 UTC) #3
Humper
On 2013/01/07 18:20:57, Steve VanDeBogart wrote: > On Jan 7, 2013 9:47 AM, <mailto:humper@google.com> wrote: ...
11 years, 5 months ago (2013-01-07 18:23:35 UTC) #4
Humper
Made Steve's changes for the font bbox warning, and also removed every single warning from ...
11 years, 5 months ago (2013-01-07 18:31:24 UTC) #5
bsalomon
The other files all lgtm. We should double check with Mike about the rounding... it ...
11 years, 5 months ago (2013-01-07 18:38:25 UTC) #6
Humper
https://codereview.appspot.com/7065050/diff/6031/src/ports/SkFontHost_mac_coretext.cpp File src/ports/SkFontHost_mac_coretext.cpp (right): https://codereview.appspot.com/7065050/diff/6031/src/ports/SkFontHost_mac_coretext.cpp#newcode274 src/ports/SkFontHost_mac_coretext.cpp:274: return int32_t(cgFloat); On 2013/01/07 18:38:25, bsalomon wrote: > Isn't ...
11 years, 5 months ago (2013-01-07 18:40:18 UTC) #7
reed1
I will defer to Vandebo for what the "correct" behavior is, given that this return ...
11 years, 5 months ago (2013-01-07 18:45:30 UTC) #8
Humper
11 years, 5 months ago (2013-01-07 18:52:15 UTC) #9

          
Sign in to reply to this message.

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