|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5390 lines, -5124 lines) |
Patch |
|
M |
gyp/core.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
gyp/pathops_unittest.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/core/SkPath.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkAddIntersections.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
10 chunks |
+179 lines, -39 lines |
0 comments
|
Download
|
|
A |
src/pathops/SkConicLineIntersection.cpp
|
View
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/pathops/SkDConicLineIntersection.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+337 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkIntersectionHelper.h
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkIntersections.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
6 chunks |
+44 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkIntersections.cpp
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+21 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpAngle.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
6 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpAngle.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
17 chunks |
+44 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpBuilder.cpp
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
src/pathops/SkOpCoincidence.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpCoincidence.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
11 chunks |
+25 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpContour.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
7 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpContour.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpCubicHull.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+25 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpEdgeBuilder.h
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpEdgeBuilder.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
6 chunks |
+19 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpSegment.h
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
12 chunks |
+25 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpSegment.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
25 chunks |
+98 lines, -61 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpSpan.h
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkOpSpan.cpp
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
5 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsBounds.h
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsBounds.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsCommon.cpp
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
A |
src/pathops/SkPathOpsConic.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/pathops/SkPathOpsConic.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsCubic.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsCubic.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
5 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsCurve.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+129 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsDebug.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+11 lines, -37 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsDebug.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
8 chunks |
+148 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsLine.h
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsOp.cpp
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsPoint.h
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsQuad.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsQuad.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
5 chunks |
+29 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsRect.h
|
View
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsRect.cpp
|
View
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsSimplify.cpp
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
D |
src/pathops/SkPathOpsTCubicSect.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
D |
src/pathops/SkPathOpsTQuadSect.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsTSect.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
91 chunks |
+546 lines, -399 lines |
0 comments
|
Download
|
|
A |
src/pathops/SkPathOpsTSect.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsTightBounds.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/pathops/SkPathOpsTypes.h
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathWriter.h
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkPathWriter.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkReduceOrder.h
|
View
|
1
2
3
4
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/pathops/SkReduceOrder.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsAngleIdeas.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/PathOpsAngleTest.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsBoundsTest.cpp
|
View
|
1
2
3
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
A |
tests/PathOpsConicIntersectionTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
|
A |
tests/PathOpsConicLineIntersectionTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsCubicIntersectionTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsCubicQuadIntersectionTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsDCubicTest.cpp
|
View
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsDebug.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
8 chunks |
+368 lines, -201 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsExtendedTest.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/PathOpsExtendedTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsFuzz763Test.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
tests/PathOpsIssue3651.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+1131 lines, -0 lines |
0 comments
|
Download
|
|
A + |
tests/PathOpsOpCircleThreadedTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
5 chunks |
+21 lines, -31 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsOpCubicThreadedTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsOpLoopThreadedTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+3 lines, -25 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsOpRectThreadedTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsOpTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
6 chunks |
+243 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsQuadIntersectionTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsSimplifyFailTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsSimplifyQuadThreadedTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsSimplifyTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
1 chunk |
+54 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/PathOpsSkpTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsTSectDebug.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
6 chunks |
+73 lines, -50 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsTestCommon.h
|
View
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/PathOpsTestCommon.cpp
|
View
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/pathops_sorter.htm
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
28 chunks |
+235 lines, -264 lines |
0 comments
|
Download
|
|
M |
tools/pathops_visualizer.htm
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
55 chunks |
+686 lines, -3719 lines |
0 comments
|
Download
|