path ops work in progress
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 2 Oct 2013 14:49:34 +0000 (14:49 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 2 Oct 2013 14:49:34 +0000 (14:49 +0000)
commit7eaa53d8f7e48fd17d02b5e3bd91f90e9c1899ef
tree057de94d997d99e897c68157f7444fbca687ebf9
parent77af6805e5faea1e2a5c0220098aec9082f3a6e5
path ops work in progress

make more skps work

remove edit files

BUG=

Review URL: https://codereview.chromium.org/23542056

git-svn-id: http://skia.googlecode.com/svn/trunk@11570 2bbb7eff-a529-9590-31e7-b0007b416f81
44 files changed:
gyp/pathops_unittest.gyp
gyp/pathops_unittest.gypi
src/pathops/SkAddIntersections.cpp
src/pathops/SkDCubicIntersection.cpp
src/pathops/SkDCubicLineIntersection.cpp
src/pathops/SkDLineIntersection.cpp
src/pathops/SkDQuadImplicit.cpp
src/pathops/SkDQuadIntersection.cpp
src/pathops/SkDQuadLineIntersection.cpp
src/pathops/SkIntersectionHelper.h
src/pathops/SkIntersections.cpp
src/pathops/SkIntersections.h
src/pathops/SkOpAngle.cpp
src/pathops/SkOpContour.cpp
src/pathops/SkOpContour.h
src/pathops/SkOpSegment.cpp
src/pathops/SkOpSegment.h
src/pathops/SkPathOpsCommon.cpp
src/pathops/SkPathOpsCubic.cpp
src/pathops/SkPathOpsDebug.cpp
src/pathops/SkPathOpsDebug.h
src/pathops/SkPathOpsLine.cpp
src/pathops/SkPathOpsOp.cpp
src/pathops/SkPathOpsPoint.h
src/pathops/SkPathOpsQuad.cpp
src/pathops/SkPathOpsTypes.cpp
src/pathops/SkPathOpsTypes.h
src/pathops/SkPathWriter.cpp
src/pathops/SkQuarticRoot.cpp
tests/PathOpsCubicIntersectionTest.cpp
tests/PathOpsCubicIntersectionTestData.cpp
tests/PathOpsCubicLineIntersectionTest.cpp
tests/PathOpsCubicQuadIntersectionTest.cpp
tests/PathOpsCubicReduceOrderTest.cpp
tests/PathOpsExtendedTest.cpp
tests/PathOpsLineIntersectionTest.cpp
tests/PathOpsOpTest.cpp
tests/PathOpsQuadIntersectionTest.cpp
tests/PathOpsQuadIntersectionTestData.cpp
tests/PathOpsQuadLineIntersectionTest.cpp
tests/PathOpsSimplifyTest.cpp
tests/PathOpsSkpClipTest.cpp [changed mode: 0644->0755]
tests/PathOpsSkpTest.cpp [new file with mode: 0755]
tests/PathOpsThreadedCommon.h