caryclark@google.com | d88e089 | 2012-03-27 13:23:51 +0000 | [diff] [blame] | 1 | void ActiveEdge_Test(); |
caryclark@google.com | 27accef | 2012-01-25 18:57:23 +0000 | [diff] [blame] | 2 | void ConvexHull_Test(); |
| 3 | void ConvexHull_X_Test(); |
| 4 | void CubicBezierClip_Test(); |
| 5 | void CubicCoincidence_Test(); |
| 6 | void CubicIntersection_Test(); |
| 7 | void CubicParameterization_Test(); |
| 8 | void CubicReduceOrder_Test(); |
| 9 | void Inline_Tests(); |
| 10 | void Intersection_Tests(); |
| 11 | void LineCubicIntersection_Test(); |
| 12 | void LineIntersection_Test(); |
| 13 | void LineParameter_Test(); |
| 14 | void LineQuadraticIntersection_Test(); |
caryclark@google.com | fa0588f | 2012-04-26 21:01:06 +0000 | [diff] [blame^] | 15 | void SimplifyAddIntersectingTs_Test(); |
caryclark@google.com | d88e089 | 2012-03-27 13:23:51 +0000 | [diff] [blame] | 16 | void SimplifyDegenerate4x4TrianglesThreaded_Test(); |
| 17 | void SimplifyNondegenerate4x4TrianglesThreaded_Test(); |
caryclark@google.com | cef7e3f | 2012-02-28 16:57:05 +0000 | [diff] [blame] | 18 | void SimplifyPolygonPaths_Test(); |
caryclark@google.com | 4917f17 | 2012-03-05 22:01:21 +0000 | [diff] [blame] | 19 | void SimplifyQuadralateralPaths_Test(); |
caryclark@google.com | a576423 | 2012-03-28 16:20:21 +0000 | [diff] [blame] | 20 | void SimplifyQuadraticPaths_Test(); |
caryclark@google.com | d88e089 | 2012-03-27 13:23:51 +0000 | [diff] [blame] | 21 | void Simplify4x4QuadralateralsThreaded_Test(); |
caryclark@google.com | 78e1713 | 2012-04-17 11:40:34 +0000 | [diff] [blame] | 22 | void Simplify4x4QuadraticsThreaded_Test(); |
caryclark@google.com | cef7e3f | 2012-02-28 16:57:05 +0000 | [diff] [blame] | 23 | void SimplifyRectangularPaths_Test(); |
caryclark@google.com | 27accef | 2012-01-25 18:57:23 +0000 | [diff] [blame] | 24 | void QuadraticBezierClip_Test(); |
| 25 | void QuadraticCoincidence_Test(); |
| 26 | void QuadraticIntersection_Test(); |
| 27 | void QuadraticParameterization_Test(); |
| 28 | void QuadraticReduceOrder_Test(); |