aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/Intersection_Tests.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-13 20:29:41 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-13 20:29:41 +0000
commit1304bb25aa3b0baa61fc2e2900fabcef88801b59 (patch)
treeed0c2c346ba327cc82e1d8850f840adeb4270cd3 /experimental/Intersection/Intersection_Tests.cpp
parentdcf9c19d38d366a9f27ad0d8b5bda327c5edb164 (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@8137 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/Intersection_Tests.cpp')
-rw-r--r--experimental/Intersection/Intersection_Tests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp
index f40611615b..2bff918d70 100644
--- a/experimental/Intersection/Intersection_Tests.cpp
+++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -14,12 +14,13 @@ void parseSVG();
void Intersection_Tests() {
int testsRun = 0;
+ QuadraticIntersection_IntersectionFinder();
+ QuadraticIntersection_OneOffTest();
CubicIntersection_IntersectionFinder();
CubicIntersection_NewOneOffTest();
#if 0
+ CubicUtilities_Test();
CubicIntersection_SelfTest();
- QuadraticIntersection_IntersectionFinder();
- QuadraticIntersection_OneOffTest();
#endif
SimplifyNew_Test();
CubicsToQuadratics_OneOffTest();