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

Issue 21359002: path ops work in progress (Closed)

Created:
7 years, 4 months ago by caryclark
Modified:
7 years, 3 months ago
Reviewers:
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

path ops work in progress path ops work in progress BUG= Committed: https://code.google.com/p/skia/source/detail?r=11291

Patch Set 1 #

Patch Set 2 : work in progress #

Patch Set 3 : work in progress #

Patch Set 4 : work in progress #

Patch Set 5 : pathops work in progress #

Patch Set 6 : pathops update #

Patch Set 7 : pathops work in progress #

Patch Set 8 : remove unused #

Patch Set 9 : fix debug methods #

Patch Set 10 : :q #

Patch Set 11 : fix whitespace #

Patch Set 12 : fix large #

Patch Set 13 : fix linux 32 #

Patch Set 14 : remove space #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2366 lines, -1037 lines) Patch
M gyp/core.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M gyp/pathops.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/pathops/SkAddIntersections.cpp View 1 2 3 4 5 6 7 8 4 chunks +16 lines, -5 lines 0 comments Download
M src/pathops/SkDCubicIntersection.cpp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/pathops/SkDCubicLineIntersection.cpp View 1 2 3 4 5 6 7 chunks +20 lines, -9 lines 0 comments Download
M src/pathops/SkDLineIntersection.cpp View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +22 lines, -14 lines 0 comments Download
M src/pathops/SkDQuadIntersection.cpp View 1 2 3 4 5 6 1 chunk +10 lines, -2 lines 0 comments Download
M src/pathops/SkDQuadLineIntersection.cpp View 1 2 3 4 5 6 7 chunks +20 lines, -9 lines 0 comments Download
M src/pathops/SkIntersectionHelper.h View 1 2 3 4 5 6 7 2 chunks +15 lines, -7 lines 0 comments Download
M src/pathops/SkIntersections.h View 1 2 3 4 5 chunks +10 lines, -2 lines 0 comments Download
M src/pathops/SkIntersections.cpp View 1 2 3 4 3 chunks +13 lines, -2 lines 0 comments Download
M src/pathops/SkLineParameters.h View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -0 lines 0 comments Download
M src/pathops/SkOpAngle.h View 1 2 3 4 5 6 7 8 4 chunks +27 lines, -8 lines 0 comments Download
M src/pathops/SkOpAngle.cpp View 1 2 3 4 5 6 7 8 7 chunks +70 lines, -84 lines 0 comments Download
M src/pathops/SkOpContour.h View 1 2 3 4 5 6 7 8 8 chunks +25 lines, -19 lines 0 comments Download
M src/pathops/SkOpContour.cpp View 1 2 3 4 5 6 7 8 4 chunks +76 lines, -45 lines 0 comments Download
M src/pathops/SkOpEdgeBuilder.cpp View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -3 lines 0 comments Download
M src/pathops/SkOpSegment.h View 1 2 3 4 5 6 7 8 11 chunks +87 lines, -41 lines 0 comments Download
M src/pathops/SkOpSegment.cpp View 1 2 3 4 5 6 7 8 56 chunks +1049 lines, -557 lines 0 comments Download
M src/pathops/SkOpSpan.h View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsBounds.h View 1 2 3 4 2 chunks +11 lines, -2 lines 0 comments Download
M src/pathops/SkPathOpsCommon.h View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -3 lines 0 comments Download
M src/pathops/SkPathOpsCommon.cpp View 1 2 3 4 5 6 7 8 5 chunks +21 lines, -6 lines 0 comments Download
M src/pathops/SkPathOpsCubic.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsCubic.cpp View 1 2 3 4 5 6 7 8 2 chunks +14 lines, -1 line 0 comments Download
M src/pathops/SkPathOpsDebug.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +42 lines, -35 lines 0 comments Download
M src/pathops/SkPathOpsDebug.cpp View 1 2 3 4 5 6 7 8 3 chunks +74 lines, -27 lines 0 comments Download
M src/pathops/SkPathOpsLine.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsLine.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +66 lines, -5 lines 0 comments Download
M src/pathops/SkPathOpsOp.cpp View 1 2 3 4 5 6 7 8 6 chunks +21 lines, -7 lines 0 comments Download
M src/pathops/SkPathOpsPoint.h View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsQuad.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsQuad.cpp View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsSimplify.cpp View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -3 lines 0 comments Download
D src/pathops/SkPathOpsSpan.h View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
M src/pathops/SkPathOpsTypes.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +39 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsTypes.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +57 lines, -21 lines 0 comments Download
M src/pathops/SkQuarticRoot.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M tests/PathOpsAngleTest.cpp View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M tests/PathOpsCubicIntersectionTest.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M tests/PathOpsCubicLineIntersectionTest.cpp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M tests/PathOpsExtendedTest.cpp View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -8 lines 0 comments Download
M tests/PathOpsLineIntersectionTest.cpp View 1 2 3 4 5 6 7 8 9 10 5 chunks +13 lines, -11 lines 0 comments Download
M tests/PathOpsOpTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +282 lines, -4 lines 0 comments Download
M tests/PathOpsQuadLineIntersectionTest.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M tests/PathOpsSimplifyFailTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +70 lines, -51 lines 0 comments Download
M tests/PathOpsSimplifyTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +87 lines, -5 lines 0 comments Download
M tests/PathOpsThreadedCommon.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
caryclark
7 years, 3 months ago (2013-09-16 15:56:28 UTC) #1
Message was sent while issue was closed.
Committed patchset #14 manually as r11291 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698