caryclark@google.com | 9e49fb6 | 2012-08-27 14:11:33 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2012 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
caryclark@google.com | b45a1b4 | 2012-05-18 20:50:33 +0000 | [diff] [blame] | 7 | #if !defined(IN_TEST) |
| 8 | #define IN_TEST 1 |
| 9 | #endif |
| 10 | |
caryclark@google.com | d88e089 | 2012-03-27 13:23:51 +0000 | [diff] [blame] | 11 | void ActiveEdge_Test(); |
caryclark@google.com | 27accef | 2012-01-25 18:57:23 +0000 | [diff] [blame] | 12 | void ConvexHull_Test(); |
| 13 | void ConvexHull_X_Test(); |
| 14 | void CubicBezierClip_Test(); |
| 15 | void CubicCoincidence_Test(); |
| 16 | void CubicIntersection_Test(); |
| 17 | void CubicParameterization_Test(); |
| 18 | void CubicReduceOrder_Test(); |
caryclark@google.com | 6d0032a | 2013-01-04 19:41:13 +0000 | [diff] [blame^] | 19 | void CubicToQuadratics_Test(); |
caryclark@google.com | 27accef | 2012-01-25 18:57:23 +0000 | [diff] [blame] | 20 | void Inline_Tests(); |
| 21 | void Intersection_Tests(); |
| 22 | void LineCubicIntersection_Test(); |
| 23 | void LineIntersection_Test(); |
| 24 | void LineParameter_Test(); |
| 25 | void LineQuadraticIntersection_Test(); |
caryclark@google.com | a461ff0 | 2012-10-11 12:54:23 +0000 | [diff] [blame] | 26 | void MiniSimplify_Test(); |
caryclark@google.com | fa0588f | 2012-04-26 21:01:06 +0000 | [diff] [blame] | 27 | void SimplifyAddIntersectingTs_Test(); |
caryclark@google.com | b45a1b4 | 2012-05-18 20:50:33 +0000 | [diff] [blame] | 28 | void SimplifyAngle_Test(); |
caryclark@google.com | 24bec79 | 2012-08-20 12:43:57 +0000 | [diff] [blame] | 29 | void SimplifyDegenerate4x4TrianglesThreaded_Test(int& ); |
caryclark@google.com | b45a1b4 | 2012-05-18 20:50:33 +0000 | [diff] [blame] | 30 | void SimplifyFindNext_Test(); |
| 31 | void SimplifyFindTop_Test(); |
caryclark@google.com | 1577e8f | 2012-05-22 17:01:14 +0000 | [diff] [blame] | 32 | void SimplifyNew_Test(); |
caryclark@google.com | 24bec79 | 2012-08-20 12:43:57 +0000 | [diff] [blame] | 33 | void SimplifyNondegenerate4x4TrianglesThreaded_Test(int& ); |
caryclark@google.com | cef7e3f | 2012-02-28 16:57:05 +0000 | [diff] [blame] | 34 | void SimplifyPolygonPaths_Test(); |
caryclark@google.com | 4917f17 | 2012-03-05 22:01:21 +0000 | [diff] [blame] | 35 | void SimplifyQuadralateralPaths_Test(); |
caryclark@google.com | a576423 | 2012-03-28 16:20:21 +0000 | [diff] [blame] | 36 | void SimplifyQuadraticPaths_Test(); |
caryclark@google.com | 24bec79 | 2012-08-20 12:43:57 +0000 | [diff] [blame] | 37 | void Simplify4x4QuadralateralsThreaded_Test(int& ); |
| 38 | void Simplify4x4QuadraticsThreaded_Test(int& ); |
| 39 | void Simplify4x4RectsThreaded_Test(int& ); |
caryclark@google.com | cef7e3f | 2012-02-28 16:57:05 +0000 | [diff] [blame] | 40 | void SimplifyRectangularPaths_Test(); |
caryclark@google.com | b1c42bb | 2012-11-16 13:16:41 +0000 | [diff] [blame] | 41 | void ShapeOps4x4RectsThreaded_Test(int& ); |
caryclark@google.com | 24bec79 | 2012-08-20 12:43:57 +0000 | [diff] [blame] | 42 | void QuadLineIntersectThreaded_Test(int& ); |
caryclark@google.com | 27accef | 2012-01-25 18:57:23 +0000 | [diff] [blame] | 43 | void QuadraticBezierClip_Test(); |
| 44 | void QuadraticCoincidence_Test(); |
| 45 | void QuadraticIntersection_Test(); |
| 46 | void QuadraticParameterization_Test(); |
| 47 | void QuadraticReduceOrder_Test(); |
caryclark@google.com | 235f56a | 2012-09-14 14:19:30 +0000 | [diff] [blame] | 48 | void QuarticRoot_Test(); |