blob: a2d9df6807c485e908156a6fef8b6c396ccf1c1b [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.comfa0588f2012-04-26 21:01:06 +000015void SimplifyAddIntersectingTs_Test();
caryclark@google.comd88e0892012-03-27 13:23:51 +000016void SimplifyDegenerate4x4TrianglesThreaded_Test();
17void SimplifyNondegenerate4x4TrianglesThreaded_Test();
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000018void SimplifyPolygonPaths_Test();
caryclark@google.com4917f172012-03-05 22:01:21 +000019void SimplifyQuadralateralPaths_Test();
caryclark@google.coma5764232012-03-28 16:20:21 +000020void SimplifyQuadraticPaths_Test();
caryclark@google.comd88e0892012-03-27 13:23:51 +000021void Simplify4x4QuadralateralsThreaded_Test();
caryclark@google.com78e17132012-04-17 11:40:34 +000022void Simplify4x4QuadraticsThreaded_Test();
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000023void SimplifyRectangularPaths_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000024void QuadraticBezierClip_Test();
25void QuadraticCoincidence_Test();
26void QuadraticIntersection_Test();
27void QuadraticParameterization_Test();
28void QuadraticReduceOrder_Test();