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