Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(997)

Issue 26114004: path ops work in progress (Closed)

Created:
7 years, 2 months ago by caryclark
Modified:
5 years, 6 months ago
Reviewers:
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

path ops work in progress BUG=

Patch Set 1 #

Patch Set 2 : detect sidelong coincidence #

Patch Set 3 : test skps by directory #

Patch Set 4 : sept skp tests #

Patch Set 5 : fix checkEnd range; add unsortable for tiny cubics #

Patch Set 6 : fix error carried through quad intersection #

Patch Set 7 : fix spaces, add tests #

Patch Set 8 : working state on linux box #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3651 lines, -1017 lines) Patch
M gyp/pathops_unittest.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/pathops/SkAddIntersections.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/pathops/SkDCubicIntersection.cpp View 1 2 4 chunks +64 lines, -7 lines 0 comments Download
M src/pathops/SkDCubicLineIntersection.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pathops/SkDLineIntersection.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pathops/SkDQuadIntersection.cpp View 1 2 3 4 5 2 chunks +2 lines, -6 lines 0 comments Download
M src/pathops/SkDQuadLineIntersection.cpp View 1 1 chunk +12 lines, -8 lines 0 comments Download
M src/pathops/SkIntersectionHelper.h View 1 2 3 4 5 6 7 3 chunks +25 lines, -0 lines 0 comments Download
M src/pathops/SkIntersections.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M src/pathops/SkIntersections.cpp View 1 3 chunks +14 lines, -1 line 0 comments Download
M src/pathops/SkOpAngle.cpp View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M src/pathops/SkOpContour.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M src/pathops/SkOpContour.cpp View 1 2 3 4 5 6 1 chunk +57 lines, -0 lines 0 comments Download
M src/pathops/SkOpEdgeBuilder.cpp View 2 chunks +5 lines, -10 lines 0 comments Download
M src/pathops/SkOpSegment.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/pathops/SkOpSegment.cpp View 1 2 3 4 5 6 7 chunks +171 lines, -21 lines 0 comments Download
M src/pathops/SkPathOpsCommon.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/pathops/SkPathOpsCommon.cpp View 6 chunks +31 lines, -4 lines 0 comments Download
M src/pathops/SkPathOpsDebug.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/pathops/SkPathOpsDebug.cpp View 1 2 chunks +6 lines, -1 line 0 comments Download
M src/pathops/SkPathOpsOp.cpp View 1 chunk +1 line, -14 lines 0 comments Download
M src/pathops/SkPathOpsPoint.h View 1 2 3 4 5 6 7 3 chunks +16 lines, -2 lines 0 comments Download
M src/pathops/SkPathOpsSimplify.cpp View 1 chunk +1 line, -9 lines 0 comments Download
M src/pathops/SkPathOpsTypes.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsTypes.cpp View 1 2 3 4 5 6 7 4 chunks +13 lines, -7 lines 0 comments Download
M src/pathops/SkQuarticRoot.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/PathOpsCubicIntersectionTest.cpp View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M tests/PathOpsCubicLineIntersectionTest.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/PathOpsCubicQuadIntersectionTest.cpp View 1 2 3 4 5 2 chunks +23 lines, -1 line 0 comments Download
M tests/PathOpsDQuadTest.cpp View 1 2 3 4 5 6 2 chunks +13 lines, -0 lines 0 comments Download
M tests/PathOpsExtendedTest.cpp View 2 chunks +5 lines, -0 lines 0 comments Download
M tests/PathOpsOpTest.cpp View 1 4 4 chunks +32 lines, -4 lines 0 comments Download
M tests/PathOpsQuadIntersectionTest.cpp View 1 4 1 chunk +3 lines, -0 lines 0 comments Download
M tests/PathOpsQuadLineIntersectionTest.cpp View 1 4 3 chunks +5 lines, -2 lines 0 comments Download
M tests/PathOpsSkpClipTest.cpp View 1 2 3 4 5 6 7 4 chunks +594 lines, -202 lines 0 comments Download
M tests/PathOpsSkpTest.cpp View 1 2 3 4 5 6 7 1 chunk +1721 lines, -702 lines 0 comments Download
M tests/PathOpsThreadedCommon.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A tests/PathOpsTypesTest.cpp View 1 4 1 chunk +24 lines, -0 lines 0 comments Download
A tests/SkpSkGrTest.cpp View 1 2 3 4 5 6 7 1 chunk +754 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698