static void PathOpsQuadIntersectionTest(skiatest::Reporter* reporter) {
    oneOffTests(reporter);
    coincidentTest(reporter);
    standardTestCases(reporter);
    if (false) QuadraticIntersection_IntersectionFinder();
    if (false) QuadraticIntersection_PointFinder();
}
Example #2
0
void QuadraticIntersection_Test() {
    oneOffTest();
    coincidentTest();
    standardTestCases();
}