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

Issue 1404743005: Image Filters: refactor all CPU input processing into a filterInput helper function. (Closed)

Created:
5 years, 2 months ago by Stephen White
Modified:
5 years, 2 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

Image Filters: refactor all CPU input processing into a filterInput helper function. No change in behaviour; this is a straight refactoring. BUG=skia:3194 Committed: https://skia.googlesource.com/skia/+/b9519f86bbce946e505980a4fa950fdc4bcf74ab

Patch Set 1 #

Patch Set 2 : Tweak comment. #

Patch Set 3 : Fixes #

Patch Set 4 : Add some missing this-> #

Total comments: 2

Patch Set 5 : Tweak comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -47 lines) Patch
M gm/imagefiltersgraph.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M include/core/SkImageFilter.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M src/core/SkLocalMatrixImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkMatrixImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkBlurImageFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkColorFilterImageFilter.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkComposeImageFilter.cpp View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M src/effects/SkDropShadowImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMergeImageFilter.cpp View 1 chunk +4 lines, -11 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkOffsetImageFilter.cpp View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M src/effects/SkTileImageFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
Stephen White
reed@: PTAL. Thanks!
5 years, 2 months ago (2015-10-15 17:18:56 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743005/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743005/30001
5 years, 2 months ago (2015-10-15 17:34:38 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743005/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743005/50001
5 years, 2 months ago (2015-10-15 17:36:29 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-15 17:51:11 UTC) #8
reed1
not obvious to me my this CL is associated w/ that bug#, but no matter. ...
5 years, 2 months ago (2015-10-15 18:34:03 UTC) #9
reed1
s/my/why
5 years, 2 months ago (2015-10-15 18:34:29 UTC) #10
Stephen White
On 2015/10/15 18:34:03, reed1 wrote: > not obvious to me my this CL is associated ...
5 years, 2 months ago (2015-10-15 19:03:32 UTC) #11
Stephen White
https://codereview.chromium.org/1404743005/diff/50001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1404743005/diff/50001/include/core/SkImageFilter.h#newcode340 include/core/SkImageFilter.h:340: // Non-virtual helper function which filters the given input. ...
5 years, 2 months ago (2015-10-15 19:03:40 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743005/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743005/70001
5 years, 2 months ago (2015-10-15 19:04:27 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-15 19:14:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404743005/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404743005/70001
5 years, 2 months ago (2015-10-15 19:14:31 UTC) #19
commit-bot: I haz the power
5 years, 2 months ago (2015-10-15 19:15:17 UTC) #20
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as
https://skia.googlesource.com/skia/+/b9519f86bbce946e505980a4fa950fdc4bcf74ab

Powered by Google App Engine
This is Rietveld 408576698