|
path ops : make it real
Add an option to SkCanvas to turn on path
ops when combining clips.
Allow Op() to use one of the input paths
as an output path.
Fix a bug in Op() when the minuend is empty
and the subtrahend is not (for difference).
Change the build to allow core to depend on pathops.
Committed: https://code.google.com/p/skia/source/detail?r=8855
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -14 lines) |
Patch |
|
A |
gm/pathopsskpclip.cpp
|
View
|
1
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/core.gyp
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/core.gypi
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/gmslides.gypi
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
gyp/pathops_unittest.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
gyp/tests.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
include/core/SkCanvas.h
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/core/SkCanvas.cpp
|
View
|
1
2
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpEdgeBuilder.cpp
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsOp.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|