Intersection_Tests.h revision 9e49fb63d355446b91d20ff78ad78b297e89a50d
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 */
7#if !defined(IN_TEST)
8    #define IN_TEST 1
9#endif
10
11void ActiveEdge_Test();
12void ConvexHull_Test();
13void ConvexHull_X_Test();
14void CubicBezierClip_Test();
15void CubicCoincidence_Test();
16void CubicIntersection_Test();
17void CubicParameterization_Test();
18void CubicReduceOrder_Test();
19void Inline_Tests();
20void Intersection_Tests();
21void LineCubicIntersection_Test();
22void LineIntersection_Test();
23void LineParameter_Test();
24void LineQuadraticIntersection_Test();
25void SimplifyAddIntersectingTs_Test();
26void SimplifyAngle_Test();
27void SimplifyDegenerate4x4TrianglesThreaded_Test(int& );
28void SimplifyFindNext_Test();
29void SimplifyFindTop_Test();
30void SimplifyNew_Test();
31void SimplifyNondegenerate4x4TrianglesThreaded_Test(int& );
32void SimplifyPolygonPaths_Test();
33void SimplifyQuadralateralPaths_Test();
34void SimplifyQuadraticPaths_Test();
35void Simplify4x4QuadralateralsThreaded_Test(int& );
36void Simplify4x4QuadraticsThreaded_Test(int& );
37void Simplify4x4RectsThreaded_Test(int& );
38void SimplifyRectangularPaths_Test();
39void QuadLineIntersectThreaded_Test(int& );
40void QuadraticBezierClip_Test();
41void QuadraticCoincidence_Test();
42void QuadraticIntersection_Test();
43void QuadraticParameterization_Test();
44void QuadraticReduceOrder_Test();
45