Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Issue 111393010: replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) (Closed)

Created:
7 years ago by reed1
Modified:
7 years ago
Reviewers:
sugoi
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) BUG= R=sugoi@google.com Committed: https://code.google.com/p/skia/source/detail?r=12740

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -24 lines) Patch
include/core/SkScalar.h View 1 chunk +0 lines, -9 lines 0 comments Download
src/animator/SkDrawExtraPathEffect.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
src/animator/SkMemberInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
src/effects/SkPerlinNoiseShader.cpp View 3 chunks +10 lines, -10 lines 0 comments Download
src/utils/SkInterpolator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
reed1
part of our larger effort to shrink SkScalar.h, reducing our public API foot-print, and chip-away ...
7 years ago (2013-12-18 05:52:42 UTC) #1
sugoi
On 2013/12/18 05:52:42, reed1 wrote: > part of our larger effort to shrink SkScalar.h, reducing ...
7 years ago (2013-12-18 13:22:27 UTC) #2
reed1
7 years ago (2013-12-18 15:49:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r12740 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698