new files for pathops geometric intersection
authorcaryclark <caryclark@google.com>
Fri, 16 Jan 2015 15:04:10 +0000 (07:04 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 16 Jan 2015 15:04:10 +0000 (07:04 -0800)
commit45fa447460f70ec21d22cf4e1531490acfd3c578
tree2dbcf1d1f88948afed2915d6e73765b067aa9509
parent40248f365b3792f1951072fa8148559c917f7ce1
new files for pathops geometric intersection

There's no gyp references to these new files,
so this should only have the effect of reducing
the size of the commit that turns this code on.

TBR=

Review URL: https://codereview.chromium.org/853223002
14 files changed:
src/pathops/SkOpBuilder.cpp [new file with mode: 0644]
src/pathops/SkOpCoincidence.h [new file with mode: 0644]
src/pathops/SkOpCubicHull.cpp [new file with mode: 0644]
src/pathops/SkOpTAllocator.h [new file with mode: 0644]
src/pathops/SkPathOpsCubicSect.h [new file with mode: 0644]
src/pathops/SkPathOpsPostSect.cpp [new file with mode: 0644]
src/pathops/SkPathOpsQuadSect.h [new file with mode: 0644]
src/pathops/SkPathOpsTCubicSect.cpp [new file with mode: 0644]
src/pathops/SkPathOpsTQuadSect.cpp [new file with mode: 0644]
src/pathops/SkPathOpsTSect.h [new file with mode: 0644]
tests/PathOpsBuildUseTest.cpp [new file with mode: 0644]
tests/PathOpsBuilderTest.cpp [new file with mode: 0644]
tests/PathOpsTSectDebug.h [new file with mode: 0644]
tests/PathOpsThreeWayTest.cpp [new file with mode: 0644]