blob: 432f83fcf0dd6c4f6d50d1baa9947dccf2b04520 [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.comcef7e3f2012-02-28 16:57:05 +000021void SimplifyRectangularPaths_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000022void QuadraticBezierClip_Test();
23void QuadraticCoincidence_Test();
24void QuadraticIntersection_Test();
25void QuadraticParameterization_Test();
26void QuadraticReduceOrder_Test();