|
Make sure SkDrawLooper objects can only be allocated on the heap.
Make constructors of SkLayerDrawLooper and SkBlurDrawLooper non-public.
Remove addLayer* methods from SkLayerDrawLooper. SkLayerDrawLooper::Builder is
used to create new objects.
Provide factory method for creating SkBlurDrawLooper.
BUG= 2141
Committed: http://code.google.com/p/skia/source/detail?r=14200
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -142 lines) |
Patch |
|
M |
bench/BlurRoundRectBench.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
bench/RectoriBench.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/blurroundrect.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/circles.cpp
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
gm/drawlooper.cpp
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/megalooper.cpp
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
gm/rects.cpp
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
gm/shadows.cpp
|
View
|
|
1 chunk |
+28 lines, -28 lines |
0 comments
|
Download
|
|
M |
gm/tilemodes_scaled.cpp
|
View
|
1
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
include/effects/SkBlurDrawLooper.h
|
View
|
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
include/effects/SkLayerDrawLooper.h
|
View
|
|
3 chunks |
+2 lines, -21 lines |
0 comments
|
Download
|
|
M |
samplecode/SampleTextOnPath.cpp
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
samplecode/SampleTiling.cpp
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
samplecode/SampleUnpremul.cpp
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/effects/SkBlurDrawLooper.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/effects/SkLayerDrawLooper.cpp
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
|
M |
tests/PaintTest.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|