path ops work in progress
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Apr 2013 15:58:21 +0000 (15:58 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Apr 2013 15:58:21 +0000 (15:58 +0000)
commit0361032c0b53401030a720bc8b4930c3ec59f19e
tree9bb66d560604ef23c9d015c10d6d73fece0928e7
parentf707adc4f8b22fd1a59a900b64333480de653c5b
path ops work in progress

fix bugs in tests on 32 bit release

Most changes revolve around pinning computed t values
very close to zero and one.

git-svn-id: http://skia.googlecode.com/svn/trunk@8745 2bbb7eff-a529-9590-31e7-b0007b416f81
16 files changed:
experimental/Intersection/as.htm
experimental/Intersection/op.htm
src/pathops/SkDLineIntersection.cpp
src/pathops/SkOpAngle.cpp
src/pathops/SkOpSegment.cpp
src/pathops/SkOpSegment.h
src/pathops/SkPathOpsDebug.cpp
src/pathops/SkPathOpsDebug.h
src/pathops/SkPathOpsTypes.h
tests/PathOpsExtendedTest.cpp
tests/PathOpsExtendedTest.h
tests/PathOpsLineIntersectionTest.cpp
tests/PathOpsOpTest.cpp
tests/PathOpsSimplifyTest.cpp
tests/PathOpsSimplifyTrianglesThreadedTest.cpp
tests/PathOpsThreadedCommon.h