commit | 4917f17bf6bd8bff7f4b03717dcb02561cf227c9 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 05 22:01:21 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 05 22:01:21 2012 +0000 |
tree | 9ffe08f80aab2c515e30f271a1a8c4061b8bb64d | |
parent | ceb441476e1712861e87a9bb428f119349ef6bb5 [diff] [blame] |
work in progress of note, all edge walker tests succeed at this point git-svn-id: http://skia.googlecode.com/svn/trunk@3330 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 42f4a26..2a1620e 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -17,8 +17,9 @@ LineQuadraticIntersection_Test(); LineCubicIntersection_Test(); - SimplifyPolygonPaths_Test(); SimplifyRectangularPaths_Test(); + SimplifyPolygonPaths_Test(); + SimplifyQuadralateralPaths_Test(); QuadraticCoincidence_Test(); QuadraticReduceOrder_Test();