blob: 7da4e097f52abde6ddabd2ad641d9b53ef977366 [file] [log] [blame]
caryclark@google.com9e49fb62012-08-27 14:11:33 +00001/*
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.comb45a1b42012-05-18 20:50:33 +00007#if !defined(IN_TEST)
8 #define IN_TEST 1
9#endif
10
caryclark@google.comd88e0892012-03-27 13:23:51 +000011void ActiveEdge_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000012void ConvexHull_Test();
13void ConvexHull_X_Test();
14void CubicBezierClip_Test();
15void CubicCoincidence_Test();
16void CubicIntersection_Test();
17void CubicParameterization_Test();
18void CubicReduceOrder_Test();
caryclark@google.comd68bc302013-01-07 13:17:18 +000019void CubicsToQuadratics_RandTest();
caryclark@google.com6d0032a2013-01-04 19:41:13 +000020void CubicToQuadratics_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000021void Inline_Tests();
22void Intersection_Tests();
23void LineCubicIntersection_Test();
24void LineIntersection_Test();
25void LineParameter_Test();
26void LineQuadraticIntersection_Test();
caryclark@google.coma461ff02012-10-11 12:54:23 +000027void MiniSimplify_Test();
caryclark@google.comfa0588f2012-04-26 21:01:06 +000028void SimplifyAddIntersectingTs_Test();
caryclark@google.comb45a1b42012-05-18 20:50:33 +000029void SimplifyAngle_Test();
caryclark@google.com24bec792012-08-20 12:43:57 +000030void SimplifyDegenerate4x4TrianglesThreaded_Test(int& );
caryclark@google.comb45a1b42012-05-18 20:50:33 +000031void SimplifyFindNext_Test();
32void SimplifyFindTop_Test();
caryclark@google.com1577e8f2012-05-22 17:01:14 +000033void SimplifyNew_Test();
caryclark@google.com24bec792012-08-20 12:43:57 +000034void SimplifyNondegenerate4x4TrianglesThreaded_Test(int& );
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000035void SimplifyPolygonPaths_Test();
caryclark@google.com4917f172012-03-05 22:01:21 +000036void SimplifyQuadralateralPaths_Test();
caryclark@google.coma5764232012-03-28 16:20:21 +000037void SimplifyQuadraticPaths_Test();
caryclark@google.com24bec792012-08-20 12:43:57 +000038void Simplify4x4QuadralateralsThreaded_Test(int& );
39void Simplify4x4QuadraticsThreaded_Test(int& );
40void Simplify4x4RectsThreaded_Test(int& );
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000041void SimplifyRectangularPaths_Test();
caryclark@google.comb1c42bb2012-11-16 13:16:41 +000042void ShapeOps4x4RectsThreaded_Test(int& );
caryclark@google.com24bec792012-08-20 12:43:57 +000043void QuadLineIntersectThreaded_Test(int& );
caryclark@google.com27accef2012-01-25 18:57:23 +000044void QuadraticBezierClip_Test();
45void QuadraticCoincidence_Test();
46void QuadraticIntersection_Test();
47void QuadraticParameterization_Test();
48void QuadraticReduceOrder_Test();
caryclark@google.com235f56a2012-09-14 14:19:30 +000049void QuarticRoot_Test();