Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

11 static void cubicOp1d(skiatest::Reporter* reporter) {
21 testPathOp(reporter, path, pathB, kDifference_PathOp);
24 static void cubicOp2d(skiatest::Reporter* reporter) {
34 testPathOp(reporter, path, pathB, kDifference_PathOp);
37 static void cubicOp3d(skiatest::Reporter* reporter) {
47 testPathOp(reporter, path, pathB, kDifference_PathOp);
50 static void cubicOp5d(skiatest::Reporter* reporter) {
60 testPathOp(reporter, path, pathB, kDifference_PathOp);
63 static void cubicOp6d(skiatest::Reporter* reporter) {
73 testPathOp(reporter, path, pathB, kDifference_PathOp);
76 static void cubicOp7d(skiatest::Reporter* reporter) {
86 testPathOp(reporter, path, pathB, kDifference_PathOp);
89 static void cubicOp8d(skiatest::Reporter* reporter) {
99 testPathOp(reporter, path, pathB, kDifference_PathOp);
102 static void cubicOp9d(skiatest::Reporter* reporter) {
112 testPathOp(reporter, path, pathB, kDifference_PathOp);
115 static void quadOp9d(skiatest::Reporter* reporter) {
127 testPathOp(reporter, path, pathB, kDifference_PathOp);
130 static void lineOp9d(skiatest::Reporter* reporter) {
146 testPathOp(reporter, path, pathB, kDifference_PathOp);
149 static void cubicOp1i(skiatest::Reporter* reporter) {
159 testPathOp(reporter, path, pathB, kIntersect_PathOp);
162 static void cubicOp10d(skiatest::Reporter* reporter) {
172 testPathOp(reporter, path, pathB, kDifference_PathOp);
175 static void cubicOp11d(skiatest::Reporter* reporter) {
185 testPathOp(reporter, path, pathB, kDifference_PathOp);
188 static void cubicOp12d(skiatest::Reporter* reporter) {
198 testPathOp(reporter, path, pathB, kDifference_PathOp);
201 static void cubicOp13d(skiatest::Reporter* reporter) {
211 testPathOp(reporter, path, pathB, kDifference_PathOp);
214 static void cubicOp14d(skiatest::Reporter* reporter) {
224 testPathOp(reporter, path, pathB, kDifference_PathOp);
227 static void cubicOp15d(skiatest::Reporter* reporter) {
237 testPathOp(reporter, path, pathB, kDifference_PathOp);
240 static void cubicOp16d(skiatest::Reporter* reporter) {
250 testPathOp(reporter, path, pathB, kDifference_PathOp);
253 static void cubicOp17d(skiatest::Reporter* reporter) {
263 testPathOp(reporter, path, pathB, kDifference_PathOp);
266 static void cubicOp18d(skiatest::Reporter* reporter) {
276 testPathOp(reporter, path, pathB, kDifference_PathOp);
279 static void cubicOp19i(skiatest::Reporter* reporter) {
289 testPathOp(reporter, path, pathB, kIntersect_PathOp);
292 static void cubicOp20d(skiatest::Reporter* reporter) {
302 testPathOp(reporter, path, pathB, kDifference_PathOp);
305 static void cubicOp21d(skiatest::Reporter* reporter) {
315 testPathOp(reporter, path, pathB, kDifference_PathOp);
318 static void cubicOp22d(skiatest::Reporter* reporter) {
328 testPathOp(reporter, path, pathB, kDifference_PathOp);
331 static void cubicOp23d(skiatest::Reporter* reporter) {
341 testPathOp(reporter, path, pathB, kDifference_PathOp);
344 static void cubicOp24d(skiatest::Reporter* reporter) {
354 testPathOp(reporter, path, pathB, kDifference_PathOp);
357 static void testIntersect1(skiatest::Reporter* reporter) {
361 testPathOp(reporter, one, two, kIntersect_PathOp);
364 static void testUnion1(skiatest::Reporter* reporter) {
368 testPathOp(reporter, one, two, kUnion_PathOp);
371 static void testDiff1(skiatest::Reporter* reporter) {
375 testPathOp(reporter, one, two, kDifference_PathOp);
378 static void testXor1(skiatest::Reporter* reporter) {
382 testPathOp(reporter, one, two, kXOR_PathOp);
385 static void testIntersect2(skiatest::Reporter* reporter) {
389 testPathOp(reporter, one, two, kIntersect_PathOp);
392 static void testUnion2(skiatest::Reporter* reporter) {
396 testPathOp(reporter, one, two, kUnion_PathOp);
399 static void testDiff2(skiatest::Reporter* reporter) {
403 testPathOp(reporter, one, two, kDifference_PathOp);
406 static void testXor2(skiatest::Reporter* reporter) {
410 testPathOp(reporter, one, two, kXOR_PathOp);
413 static void testOp1d(skiatest::Reporter* reporter) {
421 testPathOp(reporter, path, pathB, kDifference_PathOp);
424 static void testOp2d(skiatest::Reporter* reporter) {
432 testPathOp(reporter, path, pathB, kDifference_PathOp);
435 static void testOp3d(skiatest::Reporter* reporter) {
443 testPathOp(reporter, path, pathB, kDifference_PathOp);
446 static void testOp1u(skiatest::Reporter* reporter) {
454 testPathOp(reporter, path, pathB, kUnion_PathOp);
457 static void testOp4d(skiatest::Reporter* reporter) {
465 testPathOp(reporter, path, pathB, kDifference_PathOp);
468 static void testOp5d(skiatest::Reporter* reporter) {
476 testPathOp(reporter, path, pathB, kDifference_PathOp);
479 static void testOp6d(skiatest::Reporter* reporter) {
487 testPathOp(reporter, path, pathB, kDifference_PathOp);
490 static void testOp7d(skiatest::Reporter* reporter) {
498 testPathOp(reporter, path, pathB, kDifference_PathOp);
501 static void testOp2u(skiatest::Reporter* reporter) {
509 testPathOp(reporter, path, pathB, kUnion_PathOp);
512 static void testOp8d(skiatest::Reporter* reporter) {
518 testPathOp(reporter, path, pathB, kDifference_PathOp);
520 static void cubicOp25i(skiatest::Reporter* reporter) {
530 testPathOp(reporter, path, pathB, kIntersect_PathOp);
533 static void cubicOp26d(skiatest::Reporter* reporter) {
543 testPathOp(reporter, path, pathB, kDifference_PathOp);
546 static void cubicOp27d(skiatest::Reporter* reporter) {
556 testPathOp(reporter, path, pathB, kDifference_PathOp);
559 static void cubicOp28u(skiatest::Reporter* reporter) {
569 testPathOp(reporter, path, pathB, kUnion_PathOp);
572 static void cubicOp29d(skiatest::Reporter* reporter) {
582 testPathOp(reporter, path, pathB, kDifference_PathOp);
585 static void cubicOp30d(skiatest::Reporter* reporter) {
595 testPathOp(reporter, path, pathB, kDifference_PathOp);
598 static void cubicOp31d(skiatest::Reporter* reporter) {
608 testPathOp(reporter, path, pathB, kDifference_PathOp);
611 static void cubicOp31u(skiatest::Reporter* reporter) {
621 testPathOp(reporter, path, pathB, kUnion_PathOp);
624 static void cubicOp31x(skiatest::Reporter* reporter) {
634 testPathOp(reporter, path, pathB, kXOR_PathOp);
637 static void cubicOp32d(skiatest::Reporter* reporter) {
647 testPathOp(reporter, path, pathB, kDifference_PathOp);
650 static void cubicOp33i(skiatest::Reporter* reporter) {
660 testPathOp(reporter, path, pathB, kIntersect_PathOp);
663 static void cubicOp34d(skiatest::Reporter* reporter) {
673 testPathOp(reporter, path, pathB, kDifference_PathOp);
676 static void cubicOp35d(skiatest::Reporter* reporter) {
686 testPathOp(reporter, path, pathB, kDifference_PathOp);
689 static void cubicOp36u(skiatest::Reporter* reporter) {
699 testPathOp(reporter, path, pathB, kUnion_PathOp);
702 static void cubicOp37d(skiatest::Reporter* reporter) {
712 testPathOp(reporter, path, pathB, kDifference_PathOp);
720 static void cubicOp38d(skiatest::Reporter* reporter) {
730 testPathOp(reporter, path, pathB, kDifference_PathOp);
733 static void cubicOp39d(skiatest::Reporter* reporter) {
743 testPathOp(reporter, path, pathB, kDifference_PathOp);
746 static void cubicOp40d(skiatest::Reporter* reporter) {
756 testPathOp(reporter, path, pathB, kDifference_PathOp);
759 static void cubicOp41i(skiatest::Reporter* reporter) {
769 testPathOp(reporter, path, pathB, kIntersect_PathOp);
772 static void cubicOp42d(skiatest::Reporter* reporter) {
782 testPathOp(reporter, path, pathB, kDifference_PathOp);
785 static void cubicOp43d(skiatest::Reporter* reporter) {
795 testPathOp(reporter, path, pathB, kDifference_PathOp);
798 static void cubicOp44d(skiatest::Reporter* reporter) {
808 testPathOp(reporter, path, pathB, kDifference_PathOp);
811 static void cubicOp45d(skiatest::Reporter* reporter) {
821 testPathOp(reporter, path, pathB, kDifference_PathOp);
824 static void cubicOp46d(skiatest::Reporter* reporter) {
834 testPathOp(reporter, path, pathB, kDifference_PathOp);
837 static void cubicOp47d(skiatest::Reporter* reporter) {
847 testPathOp(reporter, path, pathB, kDifference_PathOp);
850 static void cubicOp48d(skiatest::Reporter* reporter) {
860 testPathOp(reporter, path, pathB, kDifference_PathOp);
863 static void cubicOp49d(skiatest::Reporter* reporter) {
873 testPathOp(reporter, path, pathB, kDifference_PathOp);
876 static void cubicOp50d(skiatest::Reporter* reporter) {
886 testPathOp(reporter, path, pathB, kDifference_PathOp);
889 static void cubicOp51d(skiatest::Reporter* reporter) {
899 testPathOp(reporter, path, pathB, kDifference_PathOp);
902 static void cubicOp52d(skiatest::Reporter* reporter) {
912 testPathOp(reporter, path, pathB, kDifference_PathOp);
915 static void cubicOp53d(skiatest::Reporter* reporter) {
925 testPathOp(reporter, path, pathB, kDifference_PathOp);
928 static void cubicOp54d(skiatest::Reporter* reporter) {
938 testPathOp(reporter, path, pathB, kDifference_PathOp);
941 static void cubicOp55d(skiatest::Reporter* reporter) {
951 testPathOp(reporter, path, pathB, kDifference_PathOp);
954 static void cubicOp56d(skiatest::Reporter* reporter) {
964 testPathOp(reporter, path, pathB, kDifference_PathOp);
967 static void cubicOp57d(skiatest::Reporter* reporter) {
977 testPathOp(reporter, path, pathB, kDifference_PathOp);
980 static void cubicOp58d(skiatest::Reporter* reporter) {
990 testPathOp(reporter, path, pathB, kDifference_PathOp);
993 static void cubicOp59d(skiatest::Reporter* reporter) {
1003 testPathOp(reporter, path, pathB, kDifference_PathOp);
1006 static void cubicOp60d(skiatest::Reporter* reporter) {
1016 testPathOp(reporter, path, pathB, kDifference_PathOp);
1019 static void cubicOp61d(skiatest::Reporter* reporter) {
1029 testPathOp(reporter, path, pathB, kDifference_PathOp);
1032 static void cubicOp62d(skiatest::Reporter* reporter) {
1042 testPathOp(reporter, path, pathB, kDifference_PathOp);
1045 static void cubicOp63d(skiatest::Reporter* reporter) {
1055 testPathOp(reporter, path, pathB, kDifference_PathOp);
1058 static void cubicOp64d(skiatest::Reporter* reporter) {
1068 testPathOp(reporter, path, pathB, kDifference_PathOp);
1071 static void cubicOp65d(skiatest::Reporter* reporter) {
1081 testPathOp(reporter, path, pathB, kDifference_PathOp);
1084 static void rectOp1d(skiatest::Reporter* reporter) {
1094 testPathOp(reporter, path, pathB, kDifference_PathOp);
1097 static void cubicOp66u(skiatest::Reporter* reporter) {
1107 testPathOp(reporter, path, pathB, kUnion_PathOp);
1110 static void cubicOp67u(skiatest::Reporter* reporter) {
1120 testPathOp(reporter, path, pathB, kUnion_PathOp);
1123 static void cubicOp68u(skiatest::Reporter* reporter) {
1131 testPathOp(reporter, path, pathB, kUnion_PathOp);
1134 static void cubicOp69d(skiatest::Reporter* reporter) {
1142 testPathOp(reporter, path, pathB, kDifference_PathOp);
1153 static void rRect1(skiatest::Reporter* reporter) {
1182 testPathOp(reporter, path, paths[index], ops[index]);
1187 static void skp1(skiatest::Reporter* reporter) {
1218 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1221 static void skp2(skiatest::Reporter* reporter) {
1238 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1241 static void skp3(skiatest::Reporter* reporter) {
1270 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1273 static void skp4(skiatest::Reporter* reporter) {
1302 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1305 static void skp5(skiatest::Reporter* reporter) {
1328 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1331 static void cubicOp70d(skiatest::Reporter* reporter) {
1341 testPathOp(reporter, path, pathB, kDifference_PathOp);
1344 static void cubicOp71d(skiatest::Reporter* reporter) {
1354 testPathOp(reporter, path, pathB, kDifference_PathOp);
1357 static void cubicOp72i(skiatest::Reporter* reporter) {
1367 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1370 static void cubicOp73d(skiatest::Reporter* reporter) {
1382 testPathOp(reporter, path, pathB, kDifference_PathOp);
1385 static void cubicOp74d(skiatest::Reporter* reporter) {
1397 testPathOp(reporter, path, pathB, kDifference_PathOp);
1400 static void cubicOp75d(skiatest::Reporter* reporter) {
1412 testPathOp(reporter, path, pathB, kDifference_PathOp);
1415 static void cubicOp76u(skiatest::Reporter* reporter) {
1425 testPathOp(reporter, path, pathB, kUnion_PathOp);
1428 static void cubicOp77i(skiatest::Reporter* reporter) {
1440 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1443 static void cubicOp78u(skiatest::Reporter* reporter) {
1455 testPathOp(reporter, path, pathB, kUnion_PathOp);
1458 static void cubicOp79u(skiatest::Reporter* reporter) {
1468 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1471 static void cubicOp80i(skiatest::Reporter* reporter) {
1483 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1486 static void cubicOp81d(skiatest::Reporter* reporter) {
1496 testPathOp(reporter, path, pathB, kDifference_PathOp);
1499 static void cubicOp82i(skiatest::Reporter* reporter) {
1511 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1514 static void cubicOp83i(skiatest::Reporter* reporter) {
1526 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1529 static void cubicOp84d(skiatest::Reporter* reporter) {
1539 testPathOp(reporter, path, pathB, kDifference_PathOp);
1542 static void skpClip1(skiatest::Reporter* reporter) {
1569 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1572 static void skpClip2(skiatest::Reporter* reporter) {
1595 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1598 static void skp96prezzi1(skiatest::Reporter* reporter) {
1625 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1628 static void skpancestry_com1(skiatest::Reporter* reporter) {
1651 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1654 static void skpeldorado_com_ua1(skiatest::Reporter* reporter) {
1675 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1678 static void skpbyte_com1(skiatest::Reporter* reporter) {
1703 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1706 static void skphealth_com76(skiatest::Reporter* reporter) {
1725 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1730 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1734 static void skpahrefs_com88(skiatest::Reporter* reporter) {
1757 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1760 static void skpahrefs_com29(skiatest::Reporter* reporter) {
1787 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1790 static void cubicOp85d(skiatest::Reporter* reporter) {
1801 testPathOp(reporter, path, pathB, kDifference_PathOp);
1807 static void skpkkiste_to98(skiatest::Reporter* reporter) {
1832 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1837 static void issue1417(skiatest::Reporter* reporter) {
1946 testPathOp(reporter, path1, path2, kUnion_PathOp);
1950 static void issue1418(skiatest::Reporter* reporter) {
1973 testPathOp(reporter, path1, path2, kIntersect_PathOp);
1976 static void cubicOp85i(skiatest::Reporter* reporter) {
1986 testPathOp(reporter, path, pathB, kIntersect_PathOp);
1989 static void issue1418b(skiatest::Reporter* reporter) {
2016 testPathOp(reporter, path1, path2, kIntersect_PathOp);
2019 static void rectOp1i(skiatest::Reporter* reporter) {
2027 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2030 static void rectOp2i(skiatest::Reporter* reporter) {
2038 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2041 static void rectOp3x(skiatest::Reporter* reporter) {
2065 testPathOp(reporter, path, pathB, kXOR_PathOp);
2070 static void issue1435(skiatest::Reporter* reporter) {
2119 testPathOp(reporter, path1, path2, kIntersect_PathOp);
2123 static void bufferOverflow(skiatest::Reporter* reporter) {
2128 testPathOp(reporter, path, pathB, kUnion_PathOp);
2131 static void skpkkiste_to716(skiatest::Reporter* reporter) {
2152 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2155 static void loopEdge1(skiatest::Reporter* reporter) {
2174 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2177 static void loopEdge2(skiatest::Reporter* reporter) {
2196 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2199 static void cubicOp86i(skiatest::Reporter* reporter) {
2209 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2212 static void cubicOp87u(skiatest::Reporter* reporter) {
2222 testPathOp(reporter, path, pathB, kUnion_PathOp);
2225 static void cubicOp88u(skiatest::Reporter* reporter) {
2235 testPathOp(reporter, path, pathB, kUnion_PathOp);
2238 static void cubicOp89u(skiatest::Reporter* reporter) {
2248 testPathOp(reporter, path, pathB, kUnion_PathOp);
2251 static void cubicOp90u(skiatest::Reporter* reporter) {
2261 testPathOp(reporter, path, pathB, kUnion_PathOp);
2264 static void cubicOp91u(skiatest::Reporter* reporter) {
2274 testPathOp(reporter, path, pathB, kUnion_PathOp);
2277 static void skpaaalgarve_org53(skiatest::Reporter* reporter) { // add t cancel
2295 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2298 static void skpabcspark_ca103(skiatest::Reporter* reporter) { // add t cancel
2318 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2321 static void skpacesoftech_com47(skiatest::Reporter* reporter) { // partial coincidence
2344 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2347 static void skpact_com43(skiatest::Reporter* reporter) { // bridge op
2369 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2372 static void skpadbox_lt8(skiatest::Reporter* reporter) { // zero span
2393 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2396 static void skpadindex_de4(skiatest::Reporter* reporter) { // find chase op
2412 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2415 static void skpadithya_putr4_blogspot_com551(skiatest::Reporter* reporter) { // calc common
2436 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2439 static void skpadspert_de11(skiatest::Reporter* reporter) { // mark and chase winding
2457 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2460 static void skpaiaigames_com870(skiatest::Reporter* reporter) { // cubic/cubic intersect
2487 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2490 static void cubicOp92i(skiatest::Reporter* reporter) {
2500 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2503 static void cubicOp93d(skiatest::Reporter* reporter) {
2513 testPathOp(reporter, path, pathB, kDifference_PathOp);
2516 static void cubicOp94u(skiatest::Reporter* reporter) {
2526 testPathOp(reporter, path, pathB, kUnion_PathOp);
2529 static void skpadbox_lt15(skiatest::Reporter* reporter) {
2550 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2553 static void skpadoption_org196(skiatest::Reporter* reporter) {
2575 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2578 static void skpadspert_net23(skiatest::Reporter* reporter) {
2602 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2605 static void skpadventistmission_org572(skiatest::Reporter* reporter) {
2621 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2624 static void skpagentxsites_com55(skiatest::Reporter* reporter) {
2649 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2652 static void skpbakosoft_com10(skiatest::Reporter* reporter) {
2675 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2678 static void skpbambootheme_com12(skiatest::Reporter* reporter) {
2699 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2702 static void skpakmmos_ru100(skiatest::Reporter* reporter) {
2718 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2721 static void skpcarpetplanet_ru22(skiatest::Reporter* reporter) {
2742 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2747 static void skpcarrot_is24(skiatest::Reporter* reporter) {
2770 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2775 static void skpbangalorenest_com4(skiatest::Reporter* reporter) {
2791 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2794 static void skpbenzoteh_ru152(skiatest::Reporter* reporter) {
2818 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2821 static void skpbestred_ru37(skiatest::Reporter* reporter) {
2845 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2848 static void skpbingoentertainment_net189(skiatest::Reporter* reporter) {
2869 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2872 static void skpcarrefour_ro62(skiatest::Reporter* reporter) {
2892 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2895 static void skpcaffelavazzait_com_ua21(skiatest::Reporter* reporter) {
2919 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2922 static void skpcamcorder_kz21(skiatest::Reporter* reporter) {
2946 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2949 static void skpcavablar_net563(skiatest::Reporter* reporter) {
2965 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2968 static void skpinsomnia_gr72(skiatest::Reporter* reporter) {
2984 testPathOp(reporter, path, pathB, kIntersect_PathOp);
2987 static void cubicOp95u(skiatest::Reporter* reporter) {
2997 testPathOp(reporter, path, pathB, kUnion_PathOp);
3000 static void cubicOp96d(skiatest::Reporter* reporter) {
3010 testPathOp(reporter, path, pathB, kDifference_PathOp);
3013 static void cubicOp97x(skiatest::Reporter* reporter) {
3023 testPathOp(reporter, path, pathB, kXOR_PathOp);
3026 static void cubicOp98x(skiatest::Reporter* reporter) {
3036 testPathOp(reporter, path, pathB, kXOR_PathOp);
3039 static void cubicOp99(skiatest::Reporter* reporter) {
3049 testPathOp(reporter, path, pathB, kIntersect_PathOp);
3052 static void cubicOp100(skiatest::Reporter* reporter) {
3062 testPathOp(reporter, path, pathB, kDifference_PathOp);
3065 static void cubicOp101(skiatest::Reporter* reporter) {
3075 testPathOp(reporter, path, pathB, kIntersect_PathOp);
3078 static void (*firstTest)(skiatest::Reporter* ) = 0;
3282 static void (*firstSubTest)(skiatest::Reporter* ) = 0;
3286 static void (*stopTest)(skiatest::Reporter* ) = 0;
3288 static void PathOpsOpTest(skiatest::Reporter* reporter) {
3297 RunTestSet(reporter, subTests, subTestCount, firstSubTest, stopTest, runReverse);
3299 RunTestSet(reporter, tests, testCount, firstTest, stopTest, runReverse);
3301 RunTestSet(reporter, subTests, subTestCount, firstSubTest, stopTest, runReverse);