|
optimize pathops coverage
Remove unused code from SkOpSegment.cpp and friends.
Add new tests exposed by coverage.
Fix a bug exposed by coverage -- removing the need to detect points that are nearby when intersecting.
Add gyp rule for building coverage flavor on Mac.
Committed: http://code.google.com/p/skia/source/detail?r=12344
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+64 lines, -236 lines) |
Patch |
|
|
src/pathops/SkDCubicIntersection.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
src/pathops/SkDCubicToQuads.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
|
src/pathops/SkOpSegment.h
|
View
|
1
2
3
4
5
|
4 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
|
|
src/pathops/SkReduceOrder.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
|
|
src/pathops/SkReduceOrder.cpp
|
View
|
1
2
3
4
5
|
13 chunks |
+16 lines, -183 lines |
0 comments
|
Download
|
|
|
tests/PathOpsCubicIntersectionTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
|
tests/PathOpsCubicLineIntersectionTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
|
tests/PathOpsCubicQuadIntersectionTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
|
tests/PathOpsCubicReduceOrderTest.cpp
|
View
|
1
2
3
4
5
|
9 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
|
|
tests/PathOpsQuadIntersectionTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
|
tests/PathOpsQuadLineIntersectionTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
tests/PathOpsQuadLineIntersectionThreadedTest.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
|
tests/PathOpsQuadReduceOrderTest.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|