blob: e0d892df8ca787d0acae4ebd8046f764434563a9 [file] [log] [blame]
caryclark@google.comd88e0892012-03-27 13:23:51 +00001void ActiveEdge_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +00002void ConvexHull_Test();
3void ConvexHull_X_Test();
4void CubicBezierClip_Test();
5void CubicCoincidence_Test();
6void CubicIntersection_Test();
7void CubicParameterization_Test();
8void CubicReduceOrder_Test();
9void Inline_Tests();
10void Intersection_Tests();
11void LineCubicIntersection_Test();
12void LineIntersection_Test();
13void LineParameter_Test();
14void LineQuadraticIntersection_Test();
caryclark@google.comd88e0892012-03-27 13:23:51 +000015void SimplifyDegenerate4x4TrianglesThreaded_Test();
16void SimplifyNondegenerate4x4TrianglesThreaded_Test();
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000017void SimplifyPolygonPaths_Test();
caryclark@google.com4917f172012-03-05 22:01:21 +000018void SimplifyQuadralateralPaths_Test();
caryclark@google.coma5764232012-03-28 16:20:21 +000019void SimplifyQuadraticPaths_Test();
caryclark@google.comd88e0892012-03-27 13:23:51 +000020void Simplify4x4QuadralateralsThreaded_Test();
caryclark@google.com78e17132012-04-17 11:40:34 +000021void Simplify4x4QuadraticsThreaded_Test();
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000022void SimplifyRectangularPaths_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000023void QuadraticBezierClip_Test();
24void QuadraticCoincidence_Test();
25void QuadraticIntersection_Test();
26void QuadraticParameterization_Test();
27void QuadraticReduceOrder_Test();