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

Issue 253833002: move common blur types into central header (Closed)

Created:
6 years, 7 months ago by reed1
Modified:
6 years, 7 months ago
Reviewers:
scroggo, djsollen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

move common blur types into central header BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14411

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix false -> null warning #

Total comments: 1

Patch Set 3 : update common_conditions, finite-check for sigma #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -265 lines) Patch
M bench/BlurBench.cpp View 2 chunks +24 lines, -24 lines 0 comments Download
M bench/BlurRectBench.cpp View 3 chunks +3 lines, -4 lines 0 comments Download
M bench/BlurRoundRectBench.cpp View 1 chunk +1 line, -1 line 0 comments Download
M bench/RectoriBench.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/bigblurs.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M gm/bitmapmatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/bleed.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/blurquickreject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/blurrect.cpp View 11 chunks +52 lines, -52 lines 0 comments Download
M gm/blurroundrect.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M gm/blurs.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M gm/circles.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/drawbitmaprect.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gm/drawlooper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/megalooper.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M gm/rects.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/skbug1719.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/texteffects.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gyp/common_conditions.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gyp/skia_for_chromium_defines.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A include/core/SkBlurTypes.h View 1 chunk +29 lines, -0 lines 0 comments Download
M include/effects/SkBlurMaskFilter.h View 1 3 chunks +17 lines, -4 lines 0 comments Download
M samplecode/SampleAll.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleAnimBlur.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M samplecode/SampleBigBlur.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleBlur.cpp View 2 chunks +8 lines, -8 lines 0 comments Download
M samplecode/SampleEffects.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleFuzz.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M samplecode/SampleSlides.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleStrokePath.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M samplecode/SampleTextAlpha.cpp View 1 chunk +1 line, -1 line 0 comments Download
M samplecode/SampleTextureDomain.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M samplecode/SampleXfermodesBlur.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDrawBlur.h View 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkDrawBlur.cpp View 1 chunk +4 lines, -3 lines 0 comments Download
M src/effects/SkBlurDrawLooper.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M src/effects/SkBlurMask.h View 1 2 3 3 chunks +5 lines, -23 lines 0 comments Download
M src/effects/SkBlurMask.cpp View 1 2 3 16 chunks +23 lines, -25 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 17 chunks +56 lines, -61 lines 0 comments Download
M src/effects/SkEmbossMaskFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M tests/BlurTest.cpp View 3 chunks +4 lines, -5 lines 0 comments Download
M tests/PaintTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
reed1
in service of (future CL) to expose asABlur to maskfilter and drawlooper
6 years, 7 months ago (2014-04-28 15:36:56 UTC) #1
scroggo
https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi File gyp/skia_for_chromium_defines.gypi (right): https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi#newcode24 gyp/skia_for_chromium_defines.gypi:24: 'SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE', Will you please add this to gyp/common_conditions.gypi under ...
6 years, 7 months ago (2014-04-28 15:47:44 UTC) #2
reed1
On 2014/04/28 15:47:44, scroggo wrote: > https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi > File gyp/skia_for_chromium_defines.gypi (right): > > https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi#newcode24 > ...
6 years, 7 months ago (2014-04-28 15:57:54 UTC) #3
reed1
https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi File gyp/skia_for_chromium_defines.gypi (right): https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi#newcode24 gyp/skia_for_chromium_defines.gypi:24: 'SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE', On 2014/04/28 15:47:44, scroggo wrote: > Will you ...
6 years, 7 months ago (2014-04-28 15:58:01 UTC) #4
scroggo
On 2014/04/28 15:58:01, reed1 wrote: > https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi > File gyp/skia_for_chromium_defines.gypi (right): > > https://codereview.chromium.org/253833002/diff/1/gyp/skia_for_chromium_defines.gypi#newcode24 > ...
6 years, 7 months ago (2014-04-28 16:05:33 UTC) #5
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-04-28 16:06:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/253833002/40001
6 years, 7 months ago (2014-04-28 16:06:48 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 16:07:24 UTC) #8
commit-bot: I haz the power
Failed to apply patch for gm/blurroundrect.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-04-28 16:07:25 UTC) #9
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-04-28 16:16:56 UTC) #10
reed1
The CQ bit was unchecked by reed@google.com
6 years, 7 months ago (2014-04-28 16:16:58 UTC) #11
reed1
The CQ bit was checked by reed@google.com
6 years, 7 months ago (2014-04-28 16:17:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/253833002/50043
6 years, 7 months ago (2014-04-28 16:17:05 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 16:25:59 UTC) #14
Message was sent while issue was closed.
Change committed as 14411

Powered by Google App Engine
This is Rietveld 408576698