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

Issue 1826893002: Switch new SkImageFilter internal methods over to sk_sp (Closed)

Created:
4 years, 9 months ago by robertphillips
Modified:
4 years, 9 months ago
Reviewers:
reed1
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 #

Total comments: 2

Patch Set 2 : Change method name to drawSpriteWithFilter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -141 lines) Patch
M include/core/SkDevice.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkImageFilter.h View 4 chunks +9 lines, -9 lines 0 comments Download
M include/effects/SkBlurImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkColorFilterImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkComposeImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkDropShadowImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkImageSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkMergeImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkOffsetImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkPaintImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 3 chunks +7 lines, -8 lines 0 comments Download
M src/core/SkDevice.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/core/SkImageFilter.cpp View 9 chunks +28 lines, -28 lines 0 comments Download
M src/core/SkLocalMatrixImageFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkLocalMatrixImageFilter.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M src/effects/SkBlurImageFilter.cpp View 1 5 chunks +8 lines, -7 lines 0 comments Download
M src/effects/SkColorFilterImageFilter.cpp View 2 chunks +5 lines, -4 lines 0 comments Download
M src/effects/SkComposeImageFilter.cpp View 3 chunks +6 lines, -5 lines 0 comments Download
M src/effects/SkDropShadowImageFilter.cpp View 2 chunks +5 lines, -4 lines 0 comments Download
M src/effects/SkImageSource.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M src/effects/SkMergeImageFilter.cpp View 3 chunks +5 lines, -6 lines 0 comments Download
M src/effects/SkOffsetImageFilter.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M src/effects/SkPaintImageFilter.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrLayerHoister.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M tests/ImageFilterTest.cpp View 1 7 chunks +19 lines, -21 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
robertphillips
4 years, 9 months ago (2016-03-23 20:04:01 UTC) #4
reed1
lgtm https://codereview.chromium.org/1826893002/diff/1/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1826893002/diff/1/include/core/SkImageFilter.h#newcode427 include/core/SkImageFilter.h:427: sk_sp<SkSpecialImage> applyCropRect(const Context&, SkSpecialImage* src, SkIPoint* srcOffset, do ...
4 years, 9 months ago (2016-03-23 20:06:57 UTC) #5
robertphillips
https://codereview.chromium.org/1826893002/diff/1/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1826893002/diff/1/include/core/SkImageFilter.h#newcode427 include/core/SkImageFilter.h:427: sk_sp<SkSpecialImage> applyCropRect(const Context&, SkSpecialImage* src, SkIPoint* srcOffset, On 2016/03/23 ...
4 years, 9 months ago (2016-03-23 20:18:38 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/1826893002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1826893002/1
4 years, 9 months ago (2016-03-23 20:18:49 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 20:36:23 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1826893002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1826893002/20001
4 years, 9 months ago (2016-03-24 13:44:31 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 14:01:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1826893002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1826893002/20001
4 years, 9 months ago (2016-03-24 14:25:12 UTC) #17
commit-bot: I haz the power
4 years, 9 months ago (2016-03-24 14:26:37 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/2302de920e5434809bd0e85b871a6e002856dfdb

Powered by Google App Engine
This is Rietveld 408576698