cef7e3fc4b
git-svn-id: http://skia.googlecode.com/svn/trunk@3276 2bbb7eff-a529-9590-31e7-b0007b416f81
21 lines
631 B
C
21 lines
631 B
C
void ConvexHull_Test();
|
|
void ConvexHull_X_Test();
|
|
void CubicBezierClip_Test();
|
|
void CubicCoincidence_Test();
|
|
void CubicIntersection_Test();
|
|
void CubicParameterization_Test();
|
|
void CubicReduceOrder_Test();
|
|
void Inline_Tests();
|
|
void Intersection_Tests();
|
|
void LineCubicIntersection_Test();
|
|
void LineIntersection_Test();
|
|
void LineParameter_Test();
|
|
void LineQuadraticIntersection_Test();
|
|
void SimplifyPolygonPaths_Test();
|
|
void SimplifyRectangularPaths_Test();
|
|
void QuadraticBezierClip_Test();
|
|
void QuadraticCoincidence_Test();
|
|
void QuadraticIntersection_Test();
|
|
void QuadraticParameterization_Test();
|
|
void QuadraticReduceOrder_Test();
|