blob: 4bf3068ef06405a7a1a4787187d9861cb6f8eef9 [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.com73ca6242013-01-17 21:02:47 +00007#include "DataTypes_Test.h"
caryclark@google.comb45a1b42012-05-18 20:50:33 +00008
caryclark@google.comd88e0892012-03-27 13:23:51 +00009void ActiveEdge_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000010void ConvexHull_Test();
11void ConvexHull_X_Test();
12void CubicBezierClip_Test();
13void CubicCoincidence_Test();
caryclark@google.com9f602912013-01-24 21:47:16 +000014void CubicIntersection_ComputeDeltaTest();
caryclark@google.com73ca6242013-01-17 21:02:47 +000015void CubicIntersection_OneOffTest();
caryclark@google.com27accef2012-01-25 18:57:23 +000016void CubicIntersection_Test();
caryclark@google.com73ca6242013-01-17 21:02:47 +000017void CubicIntersection_RandTest();
caryclark@google.com05c4bad2013-01-19 13:22:39 +000018void CubicIntersection_RandTestOld();
caryclark@google.com27accef2012-01-25 18:57:23 +000019void CubicParameterization_Test();
20void CubicReduceOrder_Test();
caryclark@google.comd68bc302013-01-07 13:17:18 +000021void CubicsToQuadratics_RandTest();
caryclark@google.com6d0032a2013-01-04 19:41:13 +000022void CubicToQuadratics_Test();
caryclark@google.com27accef2012-01-25 18:57:23 +000023void Inline_Tests();
24void Intersection_Tests();
25void LineCubicIntersection_Test();
26void LineIntersection_Test();
27void LineParameter_Test();
28void LineQuadraticIntersection_Test();
caryclark@google.coma461ff02012-10-11 12:54:23 +000029void MiniSimplify_Test();
caryclark@google.comfa0588f2012-04-26 21:01:06 +000030void SimplifyAddIntersectingTs_Test();
caryclark@google.comb45a1b42012-05-18 20:50:33 +000031void SimplifyAngle_Test();
caryclark@google.com24bec792012-08-20 12:43:57 +000032void SimplifyDegenerate4x4TrianglesThreaded_Test(int& );
caryclark@google.comb45a1b42012-05-18 20:50:33 +000033void SimplifyFindNext_Test();
34void SimplifyFindTop_Test();
caryclark@google.com1577e8f2012-05-22 17:01:14 +000035void SimplifyNew_Test();
caryclark@google.com24bec792012-08-20 12:43:57 +000036void SimplifyNondegenerate4x4TrianglesThreaded_Test(int& );
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000037void SimplifyPolygonPaths_Test();
caryclark@google.com4917f172012-03-05 22:01:21 +000038void SimplifyQuadralateralPaths_Test();
caryclark@google.coma5764232012-03-28 16:20:21 +000039void SimplifyQuadraticPaths_Test();
caryclark@google.com24bec792012-08-20 12:43:57 +000040void Simplify4x4QuadralateralsThreaded_Test(int& );
41void Simplify4x4QuadraticsThreaded_Test(int& );
42void Simplify4x4RectsThreaded_Test(int& );
caryclark@google.comcef7e3f2012-02-28 16:57:05 +000043void SimplifyRectangularPaths_Test();
caryclark@google.comb1c42bb2012-11-16 13:16:41 +000044void ShapeOps4x4RectsThreaded_Test(int& );
caryclark@google.com24bec792012-08-20 12:43:57 +000045void QuadLineIntersectThreaded_Test(int& );
caryclark@google.com27accef2012-01-25 18:57:23 +000046void QuadraticBezierClip_Test();
47void QuadraticCoincidence_Test();
48void QuadraticIntersection_Test();
49void QuadraticParameterization_Test();
50void QuadraticReduceOrder_Test();
caryclark@google.com235f56a2012-09-14 14:19:30 +000051void QuarticRoot_Test();