Home | History | Annotate | Download | only in Intersection
      1 /*
      2  * Copyright 2012 Google Inc.
      3  *
      4  * Use of this source code is governed by a BSD-style license that can be
      5  * found in the LICENSE file.
      6  */
      7 #include "DataTypes_Test.h"
      8 
      9 void ActiveEdge_Test();
     10 void ConvexHull_Test();
     11 void ConvexHull_X_Test();
     12 void CubicBezierClip_Test();
     13 void CubicCoincidence_Test();
     14 void CubicIntersection_IntersectionFinder();
     15 void CubicIntersection_NewOneOffTest();
     16 void CubicIntersection_OneOffTest();
     17 void CubicIntersection_OneOffTests();
     18 void CubicIntersection_SelfTest();
     19 void CubicIntersection_Test();
     20 void CubicIntersection_RandTest();
     21 void CubicIntersection_RandTestOld();
     22 void CubicParameterization_Test();
     23 void CubicReduceOrder_Test();
     24 void CubicsToQuadratics_OneOffTest();
     25 void CubicsToQuadratics_OneOffTests();
     26 void CubicsToQuadratics_RandTest();
     27 void CubicToQuadratics_Test();
     28 void CubicUtilities_Test();
     29 void Inline_Tests();
     30 void Intersection_Tests();
     31 void LineCubicIntersection_Test();
     32 void LineIntersection_Test();
     33 void LineParameter_Test();
     34 void LineQuadraticIntersection_Test();
     35 void MiniSimplify_Test();
     36 void QuadraticIntersection_IntersectionFinder();
     37 void QuadraticIntersection_OneOffTest();
     38 void QuadraticIntersection_PointFinder();
     39 void QuadLineIntersectThreaded_Test(int& );
     40 void QuadraticBezierClip_Test();
     41 void QuadraticCoincidence_Test();
     42 void QuadraticIntersection_Test();
     43 void QuadraticParameterization_Test();
     44 void QuadraticReduceOrder_Test();
     45 void QuarticRoot_Test();
     46 void SimplifyAddIntersectingTs_Test();
     47 void SimplifyAngle_Test();
     48 void SimplifyDegenerate4x4TrianglesThreaded_Test(int& );
     49 void SimplifyFindNext_Test();
     50 void SimplifyFindTop_Test();
     51 void SimplifyNew_Test();
     52 void SimplifyNondegenerate4x4TrianglesThreaded_Test(int& );
     53 void SimplifyPolygonPaths_Test();
     54 void SimplifyQuadralateralPaths_Test();
     55 void SimplifyQuadraticPaths_Test();
     56 void Simplify4x4QuadralateralsThreaded_Test(int& );
     57 void Simplify4x4QuadraticsThreaded_Test(int& );
     58 void Simplify4x4RectsThreaded_Test(int& );
     59 void SimplifyRectangularPaths_Test();
     60 void ShapeOps4x4CubicsThreaded_Test(int& );
     61 void ShapeOps4x4RectsThreaded_Test(int& );
     62