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

Issue 18058007: path ops work in progress (Closed)

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

Description

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

Patch Set 1 #

Patch Set 2 : trial run #

Patch Set 3 : pathops work in progress #

Patch Set 4 : fix linux #

Patch Set 5 : fix angle test #

Patch Set 6 : fix angle test #

Patch Set 7 : turn off debug printrfs #

Patch Set 8 : pathops work in progress #

Patch Set 9 : fix vertical lines #

Patch Set 10 : fix quad line end intersection #

Patch Set 11 : fix gcc compile #

Patch Set 12 : merge with master #

Patch Set 13 : try try again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+976 lines, -543 lines) Patch
M src/pathops/SkDCubicLineIntersection.cpp View 1 2 2 chunks +28 lines, -0 lines 0 comments Download
M src/pathops/SkDLineIntersection.cpp View 1 2 3 4 5 6 7 8 5 chunks +124 lines, -118 lines 0 comments Download
M src/pathops/SkDQuadLineIntersection.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +43 lines, -12 lines 0 comments Download
M src/pathops/SkIntersections.h View 1 2 3 chunks +10 lines, -1 line 0 comments Download
M src/pathops/SkIntersections.cpp View 1 2 3 6 chunks +36 lines, -7 lines 0 comments Download
M src/pathops/SkOpAngle.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pathops/SkOpEdgeBuilder.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/pathops/SkOpEdgeBuilder.cpp View 1 2 3 4 5 6 7 4 chunks +91 lines, -78 lines 0 comments Download
M src/pathops/SkOpSegment.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M src/pathops/SkOpSegment.cpp View 1 2 3 4 5 6 7 8 11 chunks +16 lines, -11 lines 0 comments Download
M src/pathops/SkPathOpsCommon.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M src/pathops/SkPathOpsDebug.h View 1 2 3 4 5 6 8 9 3 chunks +12 lines, -8 lines 0 comments Download
M src/pathops/SkPathOpsDebug.cpp View 1 1 chunk +20 lines, -59 lines 0 comments Download
M src/pathops/SkPathOpsOp.cpp View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -7 lines 0 comments Download
M src/pathops/SkPathOpsPoint.h View 1 2 1 chunk +2 lines, -8 lines 0 comments Download
M src/pathops/SkPathOpsTypes.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsTypes.cpp View 2 chunks +13 lines, -3 lines 0 comments Download
M src/pathops/SkReduceOrder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pathops/SkReduceOrder.cpp View 1 chunk +4 lines, -8 lines 0 comments Download
M tests/PathOpsAngleTest.cpp View 1 2 3 4 5 6 7 8 9 10 6 chunks +88 lines, -66 lines 0 comments Download
M tests/PathOpsCubicIntersectionTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/PathOpsCubicLineIntersectionTest.cpp View 1 1 chunk +68 lines, -30 lines 0 comments Download
M tests/PathOpsExtendedTest.h View 2 chunks +4 lines, -1 line 0 comments Download
M tests/PathOpsExtendedTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 8 chunks +63 lines, -41 lines 0 comments Download
M tests/PathOpsLineIntersectionTest.cpp View 1 2 4 chunks +97 lines, -32 lines 0 comments Download
M tests/PathOpsOpTest.cpp View 1 2 3 4 5 6 7 8 4 chunks +143 lines, -4 lines 0 comments Download
M tests/PathOpsSimplifyTest.cpp View 1 2 3 4 5 6 7 8 4 chunks +47 lines, -29 lines 0 comments Download
M tests/PathOpsSkpClipTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +42 lines, -6 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
caryclark
7 years, 5 months ago (2013-07-08 17:18:45 UTC) #1
Message was sent while issue was closed.
Committed patchset #13 manually as r9908 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698