|
This CL pushes the radius -> sigma fudging up to the boundary of Skia's API. All the action is in SkBlurMask.cpp, SkBlurMaskFilter.cpp and SkEmbossMaskFilter.cpp. The next steps will be:
1) push the fudging across the API and into our tests
2) move the "unused" param from new to old methods
3) push the fudging across the API and into Blink
4) remove old methods (which now have the "unused" param)
With 3 having to happen in the same roll as 2.
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+280 lines, -197 lines) |
Patch |
|
M |
bench/BlurRectBench.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/blurrect.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
|
M |
gm/blurs.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -12 lines |
0 comments
|
Download
|
|
M |
gm/circles.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/rects.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/shadows.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
include/core/SkPicture.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/effects/SkBlurDrawLooper.h
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/effects/SkBlurMaskFilter.h
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -6 lines |
0 comments
|
Download
|
|
M |
include/effects/SkEmbossMaskFilter.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
samplecode/SampleAll.cpp
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
samplecode/SampleXfermodesBlur.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/animator/SkDrawEmboss.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/animator/SkDrawEmboss.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/core/SkPicture.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/effects/SkBlurDrawLooper.cpp
|
View
|
1
2
3
4
5
|
3 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/effects/SkBlurMask.h
|
View
|
1
2
3
4
5
|
1 chunk |
+23 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/effects/SkBlurMask.cpp
|
View
|
1
2
3
4
5
|
10 chunks |
+61 lines, -37 lines |
0 comments
|
Download
|
|
M |
src/effects/SkBlurMaskFilter.cpp
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+57 lines, -76 lines |
0 comments
|
Download
|
|
M |
src/effects/SkEmbossMaskFilter.cpp
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+35 lines, -11 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|