コード例 #1
0
static void PathOpsQuadIntersectionTest(skiatest::Reporter* reporter) {
    oneOffTests(reporter);
    coincidentTest(reporter);
    standardTestCases(reporter);
    if (false) QuadraticIntersection_IntersectionFinder();
    if (false) QuadraticIntersection_PointFinder();
}
コード例 #2
0
DEF_TEST(PathOpsCubicIntersection, reporter) {
    oneOffTests(reporter);
    cubicIntersectionSelfTest(reporter);
    cubicIntersectionCoinTest(reporter);
    standardTestCases(reporter);
    if (false) CubicIntersection_IntersectionFinder();
    if (false) CubicIntersection_RandTest(reporter);
}
コード例 #3
0
void QuadraticIntersection_Test() {
    oneOffTests();
    coincidentTest();
    standardTestCases();
}
コード例 #4
0
DEF_TEST(PathOpsConicIntersection, reporter) {
    oneOffTests(reporter);
}