From f9502d7dfad5b361a3cdaa42eb75b593c95f79d8 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 4 Feb 2013 14:06:49 +0000 Subject: shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7535 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/Intersection_Tests.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'experimental/Intersection/Intersection_Tests.h') diff --git a/experimental/Intersection/Intersection_Tests.h b/experimental/Intersection/Intersection_Tests.h index c5a6d33f5a..5cd37b5574 100644 --- a/experimental/Intersection/Intersection_Tests.h +++ b/experimental/Intersection/Intersection_Tests.h @@ -11,7 +11,7 @@ void ConvexHull_Test(); void ConvexHull_X_Test(); void CubicBezierClip_Test(); void CubicCoincidence_Test(); -void CubicIntersection_ComputeDeltaTest(); +void CubicIntersection_IntersectionFinder(); void CubicIntersection_OneOffTest(); void CubicIntersection_Test(); void CubicIntersection_RandTest(); @@ -27,6 +27,13 @@ void LineIntersection_Test(); void LineParameter_Test(); void LineQuadraticIntersection_Test(); void MiniSimplify_Test(); +void QuadLineIntersectThreaded_Test(int& ); +void QuadraticBezierClip_Test(); +void QuadraticCoincidence_Test(); +void QuadraticIntersection_Test(); +void QuadraticParameterization_Test(); +void QuadraticReduceOrder_Test(); +void QuarticRoot_Test(); void SimplifyAddIntersectingTs_Test(); void SimplifyAngle_Test(); void SimplifyDegenerate4x4TrianglesThreaded_Test(int& ); @@ -43,10 +50,3 @@ void Simplify4x4RectsThreaded_Test(int& ); void SimplifyRectangularPaths_Test(); void ShapeOps4x4CubicsThreaded_Test(int& ); void ShapeOps4x4RectsThreaded_Test(int& ); -void QuadLineIntersectThreaded_Test(int& ); -void QuadraticBezierClip_Test(); -void QuadraticCoincidence_Test(); -void QuadraticIntersection_Test(); -void QuadraticParameterization_Test(); -void QuadraticReduceOrder_Test(); -void QuarticRoot_Test(); -- cgit v1.2.3