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

Issue 1784863003: Switch SkDropShaderImageFilter over to new onFilterImage interface (Closed)

Created:
4 years, 9 months ago by robertphillips
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix bug (add clear) #

Patch Set 3 : Fix another bug #

Patch Set 4 : update to ToT #

Total comments: 2

Patch Set 5 : Use x() & y() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -28 lines) Patch
M include/effects/SkDropShadowImageFilter.h View 1 2 3 3 chunks +7 lines, -2 lines 0 comments Download
M src/effects/SkDropShadowImageFilter.cpp View 1 2 3 4 3 chunks +33 lines, -26 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
robertphillips
4 years, 9 months ago (2016-03-22 19:51:42 UTC) #4
Stephen White
LGTM w/nit https://codereview.chromium.org/1784863003/diff/60001/src/effects/SkDropShadowImageFilter.cpp File src/effects/SkDropShadowImageFilter.cpp (right): https://codereview.chromium.org/1784863003/diff/60001/src/effects/SkDropShadowImageFilter.cpp#newcode62 src/effects/SkDropShadowImageFilter.cpp:62: const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, Nit: ...
4 years, 9 months ago (2016-03-22 20:03:27 UTC) #5
robertphillips
https://codereview.chromium.org/1784863003/diff/60001/src/effects/SkDropShadowImageFilter.cpp File src/effects/SkDropShadowImageFilter.cpp (right): https://codereview.chromium.org/1784863003/diff/60001/src/effects/SkDropShadowImageFilter.cpp#newcode62 src/effects/SkDropShadowImageFilter.cpp:62: const SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, On 2016/03/22 20:03:27, ...
4 years, 9 months ago (2016-03-23 11:34:58 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784863003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784863003/80001
4 years, 9 months ago (2016-03-23 11:35:16 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-23 11:45:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1784863003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1784863003/80001
4 years, 9 months ago (2016-03-23 11:59:07 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/0a291c7b7eea1807bd58bdaa60c258fd0ebeb257
4 years, 9 months ago (2016-03-23 12:00:04 UTC) #16
robertphillips
4 years, 9 months ago (2016-03-23 16:15:46 UTC) #17
Message was sent while issue was closed.
The image diffs due to this CL result from the new path ultimately calling
drawBitmapRect with kStrict_SrcRectConstraint while the old path was calling
drawBitmap with kFast_SrcRectConstraint.

Powered by Google App Engine
This is Rietveld 408576698