Lines Matching refs:filename

32 static void cubicOp1d(skiatest::Reporter* reporter, const char* filename) {  in cubicOp1d()  argument
42 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp1d()
45 static void cubicOp2d(skiatest::Reporter* reporter, const char* filename) { in cubicOp2d() argument
55 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp2d()
58 static void cubicOp3d(skiatest::Reporter* reporter, const char* filename) { in cubicOp3d() argument
68 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp3d()
71 static void cubicOp5d(skiatest::Reporter* reporter, const char* filename) { in cubicOp5d() argument
81 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp5d()
84 static void cubicOp6d(skiatest::Reporter* reporter, const char* filename) { in cubicOp6d() argument
94 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp6d()
97 static void cubicOp7d(skiatest::Reporter* reporter, const char* filename) { in cubicOp7d() argument
107 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp7d()
110 static void cubicOp8d(skiatest::Reporter* reporter, const char* filename) { in cubicOp8d() argument
120 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp8d()
123 static void cubicOp9d(skiatest::Reporter* reporter, const char* filename) { in cubicOp9d() argument
133 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp9d()
136 static void quadOp9d(skiatest::Reporter* reporter, const char* filename) { in quadOp9d() argument
148 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in quadOp9d()
151 static void lineOp9d(skiatest::Reporter* reporter, const char* filename) { in lineOp9d() argument
167 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in lineOp9d()
170 static void cubicOp1i(skiatest::Reporter* reporter, const char* filename) { in cubicOp1i() argument
180 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp1i()
183 static void cubicOp10d(skiatest::Reporter* reporter, const char* filename) { in cubicOp10d() argument
193 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp10d()
196 static void cubicOp11d(skiatest::Reporter* reporter, const char* filename) { in cubicOp11d() argument
206 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp11d()
209 static void cubicOp12d(skiatest::Reporter* reporter, const char* filename) { in cubicOp12d() argument
219 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp12d()
222 static void cubicOp13d(skiatest::Reporter* reporter, const char* filename) { in cubicOp13d() argument
232 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp13d()
235 static void cubicOp14d(skiatest::Reporter* reporter, const char* filename) { in cubicOp14d() argument
245 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp14d()
248 static void cubicOp15d(skiatest::Reporter* reporter, const char* filename) { in cubicOp15d() argument
258 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp15d()
261 static void cubicOp16d(skiatest::Reporter* reporter, const char* filename) { in cubicOp16d() argument
271 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp16d()
274 static void cubicOp17d(skiatest::Reporter* reporter, const char* filename) { in cubicOp17d() argument
284 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp17d()
287 static void cubicOp18d(skiatest::Reporter* reporter, const char* filename) { in cubicOp18d() argument
297 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp18d()
300 static void cubicOp19i(skiatest::Reporter* reporter, const char* filename) { in cubicOp19i() argument
310 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp19i()
313 static void cubicOp20d(skiatest::Reporter* reporter, const char* filename) { in cubicOp20d() argument
323 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp20d()
326 static void cubicOp21d(skiatest::Reporter* reporter, const char* filename) { in cubicOp21d() argument
336 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp21d()
339 static void cubicOp22d(skiatest::Reporter* reporter, const char* filename) { in cubicOp22d() argument
349 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp22d()
352 static void cubicOp23d(skiatest::Reporter* reporter, const char* filename) { in cubicOp23d() argument
362 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp23d()
365 static void cubicOp24d(skiatest::Reporter* reporter, const char* filename) { in cubicOp24d() argument
375 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp24d()
378 static void testIntersect1(skiatest::Reporter* reporter, const char* filename) { in testIntersect1() argument
382 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect1()
385 static void testUnion1(skiatest::Reporter* reporter, const char* filename) { in testUnion1() argument
389 testPathOp(reporter, one, two, kUnion_SkPathOp, filename); in testUnion1()
392 static void testDiff1(skiatest::Reporter* reporter, const char* filename) { in testDiff1() argument
396 testPathOp(reporter, one, two, kDifference_SkPathOp, filename); in testDiff1()
399 static void testXor1(skiatest::Reporter* reporter, const char* filename) { in testXor1() argument
403 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor1()
406 static void testIntersect2(skiatest::Reporter* reporter, const char* filename) { in testIntersect2() argument
410 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename); in testIntersect2()
413 static void testUnion2(skiatest::Reporter* reporter, const char* filename) { in testUnion2() argument
417 testPathOp(reporter, one, two, kUnion_SkPathOp, filename); in testUnion2()
420 static void testDiff2(skiatest::Reporter* reporter, const char* filename) { in testDiff2() argument
424 testPathOp(reporter, one, two, kDifference_SkPathOp, filename); in testDiff2()
427 static void testXor2(skiatest::Reporter* reporter, const char* filename) { in testXor2() argument
431 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor2()
434 static void testOp1d(skiatest::Reporter* reporter, const char* filename) { in testOp1d() argument
442 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp1d()
445 static void testOp2d(skiatest::Reporter* reporter, const char* filename) { in testOp2d() argument
453 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp2d()
456 static void testOp3d(skiatest::Reporter* reporter, const char* filename) { in testOp3d() argument
464 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp3d()
467 static void testOp1u(skiatest::Reporter* reporter, const char* filename) { in testOp1u() argument
475 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in testOp1u()
478 static void testOp4d(skiatest::Reporter* reporter, const char* filename) { in testOp4d() argument
486 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp4d()
489 static void testOp5d(skiatest::Reporter* reporter, const char* filename) { in testOp5d() argument
497 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp5d()
500 static void testOp6d(skiatest::Reporter* reporter, const char* filename) { in testOp6d() argument
508 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp6d()
511 static void testOp7d(skiatest::Reporter* reporter, const char* filename) { in testOp7d() argument
519 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp7d()
522 static void testOp2u(skiatest::Reporter* reporter, const char* filename) { in testOp2u() argument
530 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in testOp2u()
533 static void testOp8d(skiatest::Reporter* reporter, const char* filename) { in testOp8d() argument
539 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testOp8d()
541 static void cubicOp25i(skiatest::Reporter* reporter, const char* filename) { in cubicOp25i() argument
551 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp25i()
554 static void cubicOp26d(skiatest::Reporter* reporter, const char* filename) { in cubicOp26d() argument
564 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp26d()
567 static void cubicOp27d(skiatest::Reporter* reporter, const char* filename) { in cubicOp27d() argument
577 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp27d()
580 static void cubicOp28u(skiatest::Reporter* reporter, const char* filename) { in cubicOp28u() argument
590 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp28u()
593 static void cubicOp29d(skiatest::Reporter* reporter, const char* filename) { in cubicOp29d() argument
603 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp29d()
606 static void cubicOp30d(skiatest::Reporter* reporter, const char* filename) { in cubicOp30d() argument
616 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp30d()
619 static void cubicOp31d(skiatest::Reporter* reporter, const char* filename) { in cubicOp31d() argument
629 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp31d()
632 static void cubicOp31u(skiatest::Reporter* reporter, const char* filename) { in cubicOp31u() argument
642 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp31u()
645 static void cubicOp31x(skiatest::Reporter* reporter, const char* filename) { in cubicOp31x() argument
655 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp31x()
658 static void cubicOp32d(skiatest::Reporter* reporter, const char* filename) { in cubicOp32d() argument
668 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp32d()
671 static void cubicOp33i(skiatest::Reporter* reporter, const char* filename) { in cubicOp33i() argument
681 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp33i()
684 static void cubicOp34d(skiatest::Reporter* reporter, const char* filename) { in cubicOp34d() argument
694 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp34d()
697 static void cubicOp35d(skiatest::Reporter* reporter, const char* filename) { in cubicOp35d() argument
707 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp35d()
710 static void cubicOp36u(skiatest::Reporter* reporter, const char* filename) { in cubicOp36u() argument
720 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp36u()
723 static void cubicOp37d(skiatest::Reporter* reporter, const char* filename) { in cubicOp37d() argument
733 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp37d()
736 static void cubicOp38d(skiatest::Reporter* reporter, const char* filename) { in cubicOp38d() argument
746 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp38d()
749 static void cubicOp39d(skiatest::Reporter* reporter, const char* filename) { in cubicOp39d() argument
759 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp39d()
762 static void cubicOp40d(skiatest::Reporter* reporter, const char* filename) { in cubicOp40d() argument
772 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp40d()
775 static void cubicOp41i(skiatest::Reporter* reporter, const char* filename) { in cubicOp41i() argument
785 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp41i()
788 static void cubicOp42d(skiatest::Reporter* reporter, const char* filename) { in cubicOp42d() argument
798 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp42d()
801 static void cubicOp43d(skiatest::Reporter* reporter, const char* filename) { in cubicOp43d() argument
811 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp43d()
814 static void cubicOp44d(skiatest::Reporter* reporter, const char* filename) { in cubicOp44d() argument
824 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp44d()
827 static void cubicOp45d(skiatest::Reporter* reporter, const char* filename) { in cubicOp45d() argument
837 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp45d()
840 static void cubicOp46d(skiatest::Reporter* reporter, const char* filename) { in cubicOp46d() argument
850 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp46d()
853 static void cubicOp47d(skiatest::Reporter* reporter, const char* filename) { in cubicOp47d() argument
863 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp47d()
866 static void cubicOp48d(skiatest::Reporter* reporter, const char* filename) { in cubicOp48d() argument
876 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp48d()
879 static void cubicOp49d(skiatest::Reporter* reporter, const char* filename) { in cubicOp49d() argument
889 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp49d()
892 static void cubicOp50d(skiatest::Reporter* reporter, const char* filename) { in cubicOp50d() argument
902 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp50d()
905 static void cubicOp51d(skiatest::Reporter* reporter, const char* filename) { in cubicOp51d() argument
915 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp51d()
918 static void cubicOp52d(skiatest::Reporter* reporter, const char* filename) { in cubicOp52d() argument
928 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp52d()
931 static void cubicOp53d(skiatest::Reporter* reporter, const char* filename) { in cubicOp53d() argument
941 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp53d()
944 static void cubicOp54d(skiatest::Reporter* reporter, const char* filename) { in cubicOp54d() argument
954 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp54d()
957 static void cubicOp55d(skiatest::Reporter* reporter, const char* filename) { in cubicOp55d() argument
967 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp55d()
970 static void cubicOp56d(skiatest::Reporter* reporter, const char* filename) { in cubicOp56d() argument
980 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp56d()
983 static void cubicOp57d(skiatest::Reporter* reporter, const char* filename) { in cubicOp57d() argument
993 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp57d()
996 static void cubicOp58d(skiatest::Reporter* reporter, const char* filename) { in cubicOp58d() argument
1006 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp58d()
1009 static void cubicOp59d(skiatest::Reporter* reporter, const char* filename) { in cubicOp59d() argument
1019 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp59d()
1022 static void cubicOp60d(skiatest::Reporter* reporter, const char* filename) { in cubicOp60d() argument
1032 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp60d()
1035 static void cubicOp61d(skiatest::Reporter* reporter, const char* filename) { in cubicOp61d() argument
1045 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp61d()
1048 static void cubicOp62d(skiatest::Reporter* reporter, const char* filename) { in cubicOp62d() argument
1058 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp62d()
1061 static void cubicOp63d(skiatest::Reporter* reporter, const char* filename) { in cubicOp63d() argument
1071 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp63d()
1074 static void cubicOp64d(skiatest::Reporter* reporter, const char* filename) { in cubicOp64d() argument
1084 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp64d()
1087 static void cubicOp65d(skiatest::Reporter* reporter, const char* filename) { in cubicOp65d() argument
1097 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp65d()
1100 static void rectOp1d(skiatest::Reporter* reporter, const char* filename) { in rectOp1d() argument
1110 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in rectOp1d()
1113 static void cubicOp66u(skiatest::Reporter* reporter, const char* filename) { in cubicOp66u() argument
1123 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp66u()
1126 static void cubicOp67u(skiatest::Reporter* reporter, const char* filename) { in cubicOp67u() argument
1136 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp67u()
1139 static void cubicOp68u(skiatest::Reporter* reporter, const char* filename) { in cubicOp68u() argument
1147 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp68u()
1150 static void cubicOp69d(skiatest::Reporter* reporter, const char* filename) { in cubicOp69d() argument
1158 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp69d()
1169 static void rRect1(skiatest::Reporter* reporter, const char* filename) { in rRect1() argument
1198 testPathOp(reporter, path, paths[index], ops[index], filename); in rRect1()
1203 static void skp1(skiatest::Reporter* reporter, const char* filename) { in skp1() argument
1234 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp1()
1237 static void skp2(skiatest::Reporter* reporter, const char* filename) { in skp2() argument
1254 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp2()
1257 static void skp3(skiatest::Reporter* reporter, const char* filename) { in skp3() argument
1286 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp3()
1289 static void skp4(skiatest::Reporter* reporter, const char* filename) { in skp4() argument
1318 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp4()
1321 static void skp5(skiatest::Reporter* reporter, const char* filename) { in skp5() argument
1344 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp5()
1347 static void cubicOp70d(skiatest::Reporter* reporter, const char* filename) { in cubicOp70d() argument
1357 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp70d()
1360 static void cubicOp71d(skiatest::Reporter* reporter, const char* filename) { in cubicOp71d() argument
1370 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp71d()
1373 static void cubicOp72i(skiatest::Reporter* reporter, const char* filename) { in cubicOp72i() argument
1383 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp72i()
1386 static void cubicOp73d(skiatest::Reporter* reporter, const char* filename) { in cubicOp73d() argument
1398 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp73d()
1401 static void cubicOp74d(skiatest::Reporter* reporter, const char* filename) { in cubicOp74d() argument
1413 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp74d()
1416 static void cubicOp75d(skiatest::Reporter* reporter, const char* filename) { in cubicOp75d() argument
1428 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp75d()
1431 static void cubicOp76u(skiatest::Reporter* reporter, const char* filename) { in cubicOp76u() argument
1441 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp76u()
1444 static void cubicOp77i(skiatest::Reporter* reporter, const char* filename) { in cubicOp77i() argument
1456 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp77i()
1459 static void cubicOp78u(skiatest::Reporter* reporter, const char* filename) { in cubicOp78u() argument
1471 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp78u()
1474 static void cubicOp79u(skiatest::Reporter* reporter, const char* filename) { in cubicOp79u() argument
1484 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp79u()
1487 static void cubicOp80i(skiatest::Reporter* reporter, const char* filename) { in cubicOp80i() argument
1499 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp80i()
1502 static void cubicOp81d(skiatest::Reporter* reporter, const char* filename) { in cubicOp81d() argument
1512 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp81d()
1515 static void cubicOp82i(skiatest::Reporter* reporter, const char* filename) { in cubicOp82i() argument
1527 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp82i()
1530 static void cubicOp83i(skiatest::Reporter* reporter, const char* filename) { in cubicOp83i() argument
1542 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp83i()
1545 static void cubicOp84d(skiatest::Reporter* reporter, const char* filename) { in cubicOp84d() argument
1555 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp84d()
1558 static void skpClip1(skiatest::Reporter* reporter, const char* filename) { in skpClip1() argument
1585 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpClip1()
1588 static void skpClip2(skiatest::Reporter* reporter, const char* filename) { in skpClip2() argument
1611 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpClip2()
1614 static void skp96prezzi1(skiatest::Reporter* reporter, const char* filename) { in skp96prezzi1() argument
1641 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skp96prezzi1()
1644 static void skpancestry_com1(skiatest::Reporter* reporter, const char* filename) { in skpancestry_com1() argument
1667 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpancestry_com1()
1670 static void skpeldorado_com_ua1(skiatest::Reporter* reporter, const char* filename) { in skpeldorado_com_ua1() argument
1691 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpeldorado_com_ua1()
1694 static void skpbyte_com1(skiatest::Reporter* reporter, const char* filename) { in skpbyte_com1() argument
1719 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbyte_com1()
1722 static void skphealth_com76(skiatest::Reporter* reporter, const char* filename) { in skphealth_com76() argument
1740 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skphealth_com76()
1743 static void skpahrefs_com88(skiatest::Reporter* reporter, const char* filename) { in skpahrefs_com88() argument
1766 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpahrefs_com88()
1769 static void skpahrefs_com29(skiatest::Reporter* reporter, const char* filename) { in skpahrefs_com29() argument
1796 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpahrefs_com29()
1799 static void cubicOp85d(skiatest::Reporter* reporter, const char* filename) { in cubicOp85d() argument
1810 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp85d()
1813 static void skpkkiste_to98(skiatest::Reporter* reporter, const char* filename) { in skpkkiste_to98() argument
1838 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpkkiste_to98()
1841 static void issue1417(skiatest::Reporter* reporter, const char* filename) { in issue1417() argument
1950 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue1417()
1953 static void issue1418(skiatest::Reporter* reporter, const char* filename) { in issue1418() argument
1976 testPathOp(reporter, path1, path2, kIntersect_SkPathOp, filename); in issue1418()
1979 static void cubicOp85i(skiatest::Reporter* reporter, const char* filename) { in cubicOp85i() argument
1989 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp85i()
1992 static void issue1418b(skiatest::Reporter* reporter, const char* filename) { in issue1418b() argument
2019 testPathOp(reporter, path1, path2, kIntersect_SkPathOp, filename); in issue1418b()
2022 static void rectOp1i(skiatest::Reporter* reporter, const char* filename) { in rectOp1i() argument
2030 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in rectOp1i()
2033 static void rectOp2i(skiatest::Reporter* reporter, const char* filename) { in rectOp2i() argument
2041 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in rectOp2i()
2044 static void rectOp3x(skiatest::Reporter* reporter, const char* filename) { in rectOp3x() argument
2068 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in rectOp3x()
2071 static void issue1435(skiatest::Reporter* reporter, const char* filename) { in issue1435() argument
2119 testPathOp(reporter, path1, path2, kIntersect_SkPathOp, filename); in issue1435()
2122 static void skpkkiste_to716(skiatest::Reporter* reporter, const char* filename) { in skpkkiste_to716() argument
2143 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpkkiste_to716()
2146 static void loopEdge1(skiatest::Reporter* reporter, const char* filename) { in loopEdge1() argument
2165 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loopEdge1()
2168 static void loopEdge2(skiatest::Reporter* reporter, const char* filename) { in loopEdge2() argument
2187 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loopEdge2()
2190 static void cubicOp86i(skiatest::Reporter* reporter, const char* filename) { in cubicOp86i() argument
2200 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp86i()
2203 static void cubicOp87u(skiatest::Reporter* reporter, const char* filename) { in cubicOp87u() argument
2213 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp87u()
2216 static void cubicOp88u(skiatest::Reporter* reporter, const char* filename) { in cubicOp88u() argument
2226 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp88u()
2229 static void cubicOp89u(skiatest::Reporter* reporter, const char* filename) { in cubicOp89u() argument
2239 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp89u()
2242 static void cubicOp90u(skiatest::Reporter* reporter, const char* filename) { in cubicOp90u() argument
2252 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp90u()
2255 static void cubicOp91u(skiatest::Reporter* reporter, const char* filename) { in cubicOp91u() argument
2265 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp91u()
2268 static void skpaaalgarve_org53(skiatest::Reporter* reporter, const char* filename) { in skpaaalgarve_org53() argument
2286 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpaaalgarve_org53()
2289 static void skpabcspark_ca103(skiatest::Reporter* reporter, const char* filename) { in skpabcspark_ca103() argument
2309 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpabcspark_ca103()
2312 static void skpacesoftech_com47(skiatest::Reporter* reporter, const char* filename) { in skpacesoftech_com47() argument
2335 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpacesoftech_com47()
2338 static void skpact_com43(skiatest::Reporter* reporter, const char* filename) { in skpact_com43() argument
2360 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpact_com43()
2363 static void skpadbox_lt8(skiatest::Reporter* reporter, const char* filename) { in skpadbox_lt8() argument
2384 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadbox_lt8()
2387 static void skpadindex_de4(skiatest::Reporter* reporter, const char* filename) { in skpadindex_de4() argument
2403 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadindex_de4()
2406 static void skpadithya_putr4_blogspot_com551(skiatest::Reporter* reporter, const char* filename) { in skpadithya_putr4_blogspot_com551() argument
2427 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadithya_putr4_blogspot_com551()
2430 static void skpadspert_de11(skiatest::Reporter* reporter, const char* filename) { in skpadspert_de11() argument
2448 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadspert_de11()
2451 static void skpaiaigames_com870(skiatest::Reporter* reporter, const char* filename) { in skpaiaigames_com870() argument
2478 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpaiaigames_com870()
2481 static void cubicOp92i(skiatest::Reporter* reporter, const char* filename) { in cubicOp92i() argument
2491 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp92i()
2494 static void cubicOp93d(skiatest::Reporter* reporter, const char* filename) { in cubicOp93d() argument
2504 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp93d()
2507 static void cubicOp94u(skiatest::Reporter* reporter, const char* filename) { in cubicOp94u() argument
2517 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp94u()
2520 static void skpadbox_lt15(skiatest::Reporter* reporter, const char* filename) { in skpadbox_lt15() argument
2541 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadbox_lt15()
2544 static void skpadoption_org196(skiatest::Reporter* reporter, const char* filename) { in skpadoption_org196() argument
2566 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadoption_org196()
2569 static void skpadspert_net23(skiatest::Reporter* reporter, const char* filename) { in skpadspert_net23() argument
2593 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadspert_net23()
2596 static void skpadventistmission_org572(skiatest::Reporter* reporter, const char* filename) { in skpadventistmission_org572() argument
2612 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpadventistmission_org572()
2615 static void skpagentxsites_com55(skiatest::Reporter* reporter, const char* filename) { in skpagentxsites_com55() argument
2640 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpagentxsites_com55()
2643 static void skpbakosoft_com10(skiatest::Reporter* reporter, const char* filename) { in skpbakosoft_com10() argument
2666 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbakosoft_com10()
2669 static void skpbambootheme_com12(skiatest::Reporter* reporter, const char* filename) { in skpbambootheme_com12() argument
2690 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbambootheme_com12()
2693 static void skpakmmos_ru100(skiatest::Reporter* reporter, const char* filename) { in skpakmmos_ru100() argument
2709 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpakmmos_ru100()
2712 static void skpcarpetplanet_ru22(skiatest::Reporter* reporter, const char* filename) { in skpcarpetplanet_ru22() argument
2733 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcarpetplanet_ru22()
2736 static void skpcarrot_is24(skiatest::Reporter* reporter, const char* filename) { in skpcarrot_is24() argument
2759 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcarrot_is24()
2762 static void skpbangalorenest_com4(skiatest::Reporter* reporter, const char* filename) { in skpbangalorenest_com4() argument
2778 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbangalorenest_com4()
2781 static void skpbenzoteh_ru152(skiatest::Reporter* reporter, const char* filename) { in skpbenzoteh_ru152() argument
2805 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbenzoteh_ru152()
2808 static void skpbestred_ru37(skiatest::Reporter* reporter, const char* filename) { in skpbestred_ru37() argument
2832 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbestred_ru37()
2835 static void skpbingoentertainment_net189(skiatest::Reporter* reporter, const char* filename) { in skpbingoentertainment_net189() argument
2856 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpbingoentertainment_net189()
2859 static void skpcarrefour_ro62(skiatest::Reporter* reporter, const char* filename) { in skpcarrefour_ro62() argument
2879 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcarrefour_ro62()
2882 static void skpcaffelavazzait_com_ua21(skiatest::Reporter* reporter, const char* filename) { in skpcaffelavazzait_com_ua21() argument
2906 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcaffelavazzait_com_ua21()
2909 static void skpcamcorder_kz21(skiatest::Reporter* reporter, const char* filename) { in skpcamcorder_kz21() argument
2933 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcamcorder_kz21()
2936 static void skpcavablar_net563(skiatest::Reporter* reporter, const char* filename) { in skpcavablar_net563() argument
2952 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcavablar_net563()
2955 static void skpinsomnia_gr72(skiatest::Reporter* reporter, const char* filename) { in skpinsomnia_gr72() argument
2971 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpinsomnia_gr72()
2974 static void cubicOp95u(skiatest::Reporter* reporter, const char* filename) { in cubicOp95u() argument
2984 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp95u()
2987 static void cubicOp96d(skiatest::Reporter* reporter, const char* filename) { in cubicOp96d() argument
2997 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp96d()
3000 static void cubicOp97x(skiatest::Reporter* reporter, const char* filename) { in cubicOp97x() argument
3010 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp97x()
3013 static void cubicOp98x(skiatest::Reporter* reporter, const char* filename) { in cubicOp98x() argument
3023 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp98x()
3026 static void cubicOp99(skiatest::Reporter* reporter, const char* filename) { in cubicOp99() argument
3036 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp99()
3039 static void cubicOp100(skiatest::Reporter* reporter, const char* filename) { in cubicOp100() argument
3049 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp100()
3052 static void cubicOp101(skiatest::Reporter* reporter, const char* filename) { in cubicOp101() argument
3062 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp101()
3065 static void cubicOp102(skiatest::Reporter* reporter, const char* filename) { in cubicOp102() argument
3075 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp102()
3078 static void cubicOp103(skiatest::Reporter* reporter, const char* filename) { in cubicOp103() argument
3088 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp103()
3091 static void cubicOp104(skiatest::Reporter* reporter, const char* filename) { in cubicOp104() argument
3101 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp104()
3104 static void cubicOp105(skiatest::Reporter* reporter, const char* filename) { in cubicOp105() argument
3114 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp105()
3117 static void cubicOp106(skiatest::Reporter* reporter, const char* filename) { in cubicOp106() argument
3127 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp106()
3130 static void cubicOp107(skiatest::Reporter* reporter, const char* filename) { in cubicOp107() argument
3140 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp107()
3143 static void cubicOp108(skiatest::Reporter* reporter, const char* filename) { in cubicOp108() argument
3153 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubicOp108()
3156 static void cubicOp109(skiatest::Reporter* reporter, const char* filename) { in cubicOp109() argument
3166 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp109()
3169 static void cubicOp110(skiatest::Reporter* reporter, const char* filename) { in cubicOp110() argument
3177 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp110()
3180 static void cubicOp111(skiatest::Reporter* reporter, const char* filename) { in cubicOp111() argument
3190 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp111()
3193 static void xOp1u(skiatest::Reporter* reporter, const char* filename) { in xOp1u() argument
3203 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in xOp1u()
3206 static void xOp1i(skiatest::Reporter* reporter, const char* filename) { in xOp1i() argument
3216 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in xOp1i()
3219 static void xOp2i(skiatest::Reporter* reporter, const char* filename) { in xOp2i() argument
3229 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in xOp2i()
3232 static void xOp3i(skiatest::Reporter* reporter, const char* filename) { in xOp3i() argument
3242 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in xOp3i()
3245 static void findFirst1(skiatest::Reporter* reporter, const char* filename) { in findFirst1() argument
3255 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in findFirst1()
3258 static void cubicOp112(skiatest::Reporter* reporter, const char* filename) { in cubicOp112() argument
3268 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp112()
3271 static void cubicOp113(skiatest::Reporter* reporter, const char* filename) { in cubicOp113() argument
3279 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp113()
3282 static void cubicOp114(skiatest::Reporter* reporter, const char* filename) { in cubicOp114() argument
3292 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp114()
3295 static void cubicOp114asQuad(skiatest::Reporter* reporter, const char* filename) { in cubicOp114asQuad() argument
3308 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in cubicOp114asQuad()
3311 static void quadOp10i(skiatest::Reporter* reporter, const char* filename) { in quadOp10i() argument
3320 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadOp10i()
3323 static void kari1(skiatest::Reporter* reporter, const char* filename) { in kari1() argument
3339 testPathOp(reporter, path1, path2, kDifference_SkPathOp, filename); in kari1()
3342 static void issue2504(skiatest::Reporter* reporter, const char* filename) { in issue2504() argument
3358 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue2504()
3361 static void issue2540(skiatest::Reporter* reporter, const char* filename) { in issue2540() argument
3378 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue2540()
3381 static void rects1(skiatest::Reporter* reporter, const char* filename) { in rects1() argument
3405 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in rects1()
3408 static void rects2(skiatest::Reporter* reporter, const char* filename) { in rects2() argument
3432 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in rects2()
3435 static void rects3(skiatest::Reporter* reporter, const char* filename) { in rects3() argument
3443 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in rects3()
3446 static void rects4(skiatest::Reporter* reporter, const char* filename) { in rects4() argument
3454 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in rects4()
3457 static void issue2753(skiatest::Reporter* reporter, const char* filename) { in issue2753() argument
3474 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue2753()
3477 static void issue2808(skiatest::Reporter* reporter, const char* filename) { in issue2808() argument
3502 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue2808()
3505 static void cubicOp115(skiatest::Reporter* reporter, const char* filename) { in cubicOp115() argument
3516 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp115()
3519 static void testRect1(skiatest::Reporter* reporter, const char* filename) { in testRect1() argument
3525 testPathOp(reporter, path, path2, kUnion_SkPathOp, filename); in testRect1()
3528 static void testRect2(skiatest::Reporter* reporter, const char* filename) { in testRect2() argument
3536 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in testRect2()
3539 static void cubicOp116(skiatest::Reporter* reporter, const char* filename) { in cubicOp116() argument
3549 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp116()
3552 static void cubicOp117(skiatest::Reporter* reporter, const char* filename) { in cubicOp117() argument
3562 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp117()
3565 static void cubicOp118(skiatest::Reporter* reporter, const char* filename) { in cubicOp118() argument
3575 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp118()
3578 static void loop1(skiatest::Reporter* reporter, const char* filename) { in loop1() argument
3586 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop1()
3591 static void loop1asQuad(skiatest::Reporter* reporter, const char* filename) { in loop1asQuad() argument
3616 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop1asQuad()
3619 static void loop2(skiatest::Reporter* reporter, const char* filename) { in loop2() argument
3627 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop2()
3630 static void loop3(skiatest::Reporter* reporter, const char* filename) { in loop3() argument
3638 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop3()
3641 static void loop4(skiatest::Reporter* reporter, const char* filename) { in loop4() argument
3649 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop4()
3654 static void issue3517(skiatest::Reporter* reporter, const char* filename) { in issue3517() argument
3662 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in issue3517()
3665 static void cubicOp119(skiatest::Reporter* reporter, const char* filename) { in cubicOp119() argument
3675 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp119()
3678 static void cubicOp120(skiatest::Reporter* reporter, const char* filename) { in cubicOp120() argument
3688 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp120()
3691 static void cubicOp121(skiatest::Reporter* reporter, const char* filename) { in cubicOp121() argument
3701 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp121()
3705 static void cubicOp122(skiatest::Reporter* reporter, const char* filename) { in cubicOp122() argument
3715 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp122()
3718 static void cubicOp123(skiatest::Reporter* reporter, const char* filename) { in cubicOp123() argument
3728 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp123()
3731 static void loop5(skiatest::Reporter* reporter, const char* filename) { in loop5() argument
3739 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop5()
3742 static void loop6(skiatest::Reporter* reporter, const char* filename) { in loop6() argument
3750 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop6()
3753 static void cubicOp124(skiatest::Reporter* reporter, const char* filename) { in cubicOp124() argument
3763 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp124()
3766 static void cubicOp125(skiatest::Reporter* reporter, const char* filename) { in cubicOp125() argument
3776 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp125()
3779 static void cubicOp126(skiatest::Reporter* reporter, const char* filename) { in cubicOp126() argument
3789 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp126()
3792 static void cubicOp127(skiatest::Reporter* reporter, const char* filename) { in cubicOp127() argument
3802 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubicOp127()
3805 static void cubicOp128(skiatest::Reporter* reporter, const char* filename) { in cubicOp128() argument
3815 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp128()
3818 static void cubicOp129(skiatest::Reporter* reporter, const char* filename) { in cubicOp129() argument
3828 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp129()
3831 static void cubicOp130(skiatest::Reporter* reporter, const char* filename) { in cubicOp130() argument
3841 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp130()
3864 static void cubicOp130a(skiatest::Reporter* reporter, const char* filename) { in cubicOp130a() argument
3876 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp130a()
3879 static void cubicOp131(skiatest::Reporter* reporter, const char* filename) { in cubicOp131() argument
3889 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp131()
3892 static void circlesOp1(skiatest::Reporter* reporter, const char* filename) { in circlesOp1() argument
3898 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in circlesOp1()
3901 static void circlesOp2(skiatest::Reporter* reporter, const char* filename) { in circlesOp2() argument
3907 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in circlesOp2()
3910 static void rRect1x(skiatest::Reporter* reporter, const char* filename) { in rRect1x() argument
3951 testPathOp(reporter, path1, path2, kDifference_SkPathOp, filename); in rRect1x()
3954 static void loop7(skiatest::Reporter* reporter, const char* filename) { in loop7() argument
3962 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop7()
3965 static void rects5(skiatest::Reporter* reporter, const char* filename) { in rects5() argument
3973 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in rects5()
3976 static void loop8(skiatest::Reporter* reporter, const char* filename) { in loop8() argument
3984 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop8()
3987 static void loop9(skiatest::Reporter* reporter, const char* filename) { in loop9() argument
3995 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop9()
3998 static void circlesOp3(skiatest::Reporter* reporter, const char* filename) { in circlesOp3() argument
4004 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in circlesOp3()
4007 static void loop10(skiatest::Reporter* reporter, const char* filename) { in loop10() argument
4015 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop10()
4018 static void loop11(skiatest::Reporter* reporter, const char* filename) { in loop11() argument
4026 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop11()
4029 static void cubicOp132(skiatest::Reporter* reporter, const char* filename) { in cubicOp132() argument
4039 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp132()
4042 static void loop12(skiatest::Reporter* reporter, const char* filename) { in loop12() argument
4050 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loop12()
4053 static void cubicOp133(skiatest::Reporter* reporter, const char* filename) { in cubicOp133() argument
4063 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp133()
4066 static void cubicOp134(skiatest::Reporter* reporter, const char* filename) { in cubicOp134() argument
4076 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp134()
4079 static void cubicOp135(skiatest::Reporter* reporter, const char* filename) { in cubicOp135() argument
4089 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp135()
4092 static void cubicOp136(skiatest::Reporter* reporter, const char* filename) { in cubicOp136() argument
4102 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp136()
4105 static void cubicOp136a(skiatest::Reporter* reporter, const char* filename) { in cubicOp136a() argument
4115 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp136a()
4118 static void cubics137(skiatest::Reporter* reporter, const char* filename) { in cubics137() argument
4128 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics137()
4131 static void cubics138(skiatest::Reporter* reporter, const char* filename) { in cubics138() argument
4141 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics138()
4145 static void cubicOp139(skiatest::Reporter* reporter, const char* filename) { in cubicOp139() argument
4155 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp139()
4158 static void cubicOp140(skiatest::Reporter* reporter, const char* filename) { in cubicOp140() argument
4168 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp140()
4171 static void cubicOp141(skiatest::Reporter* reporter, const char* filename) { in cubicOp141() argument
4181 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp141()
4184 static void quadRect1(skiatest::Reporter* reporter, const char* filename) { in quadRect1() argument
4191 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadRect1()
4194 static void quadRect2(skiatest::Reporter* reporter, const char* filename) { in quadRect2() argument
4201 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadRect2()
4204 static void quadRect3(skiatest::Reporter* reporter, const char* filename) { in quadRect3() argument
4211 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadRect3()
4214 static void quadRect4(skiatest::Reporter* reporter, const char* filename) { in quadRect4() argument
4221 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadRect4()
4224 static void quadRect5(skiatest::Reporter* reporter, const char* filename) { in quadRect5() argument
4231 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadRect5()
4234 static void quadRect6(skiatest::Reporter* reporter, const char* filename) { in quadRect6() argument
4241 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in quadRect6()
4244 static void loops4i(skiatest::Reporter* reporter, const char* filename) { in loops4i() argument
4254 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops4i()
4257 static void loops5i(skiatest::Reporter* reporter, const char* filename) { in loops5i() argument
4267 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops5i()
4270 static void cubicOp142(skiatest::Reporter* reporter, const char* filename) { in cubicOp142() argument
4280 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp142()
4283 static void cubics6d(skiatest::Reporter* reporter, const char* filename) { in cubics6d() argument
4293 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics6d()
4296 static void cubics7d(skiatest::Reporter* reporter, const char* filename) { in cubics7d() argument
4306 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics7d()
4309 static void cubics8d(skiatest::Reporter* reporter, const char* filename) { in cubics8d() argument
4319 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics8d()
4322 static void cubics9d(skiatest::Reporter* reporter, const char* filename) { in cubics9d() argument
4332 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics9d()
4335 static void cubics10u(skiatest::Reporter* reporter, const char* filename) { in cubics10u() argument
4345 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubics10u()
4348 static void cubics11i(skiatest::Reporter* reporter, const char* filename) { in cubics11i() argument
4358 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubics11i()
4361 static void cubics12d(skiatest::Reporter* reporter, const char* filename) { in cubics12d() argument
4371 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics12d()
4374 static void cubics13d(skiatest::Reporter* reporter, const char* filename) { in cubics13d() argument
4384 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics13d()
4387 static void cubics14d(skiatest::Reporter* reporter, const char* filename) { in cubics14d() argument
4397 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics14d()
4400 static void cubics15d(skiatest::Reporter* reporter, const char* filename) { in cubics15d() argument
4410 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics15d()
4413 static void cubics16i(skiatest::Reporter* reporter, const char* filename) { in cubics16i() argument
4423 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in cubics16i()
4426 static void cubics17d(skiatest::Reporter* reporter, const char* filename) { in cubics17d() argument
4436 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics17d()
4439 static void cubics18d(skiatest::Reporter* reporter, const char* filename) { in cubics18d() argument
4449 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics18d()
4452 static void cubics19d(skiatest::Reporter* reporter, const char* filename) { in cubics19d() argument
4462 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics19d()
4465 static void cubicOp157(skiatest::Reporter* reporter, const char* filename) { in cubicOp157() argument
4475 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp157()
4478 static void cubics20d(skiatest::Reporter* reporter, const char* filename) { in cubics20d() argument
4488 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics20d()
4491 static void loops20i(skiatest::Reporter* reporter, const char* filename) { in loops20i() argument
4501 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops20i()
4504 static void loops21i(skiatest::Reporter* reporter, const char* filename) { in loops21i() argument
4514 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops21i()
4517 static void loops22i(skiatest::Reporter* reporter, const char* filename) { in loops22i() argument
4527 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops22i()
4530 static void loops23i(skiatest::Reporter* reporter, const char* filename) { in loops23i() argument
4540 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops23i()
4543 static void loops24i(skiatest::Reporter* reporter, const char* filename) { in loops24i() argument
4553 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops24i()
4556 static void loops25i(skiatest::Reporter* reporter, const char* filename) { in loops25i() argument
4566 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops25i()
4569 static void loops26i(skiatest::Reporter* reporter, const char* filename) { in loops26i() argument
4579 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops26i()
4582 static void loops27i(skiatest::Reporter* reporter, const char* filename) { in loops27i() argument
4592 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops27i()
4595 static void loops28i(skiatest::Reporter* reporter, const char* filename) { in loops28i() argument
4605 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops28i()
4608 static void loops29i(skiatest::Reporter* reporter, const char* filename) { in loops29i() argument
4618 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops29i()
4621 static void loops30i(skiatest::Reporter* reporter, const char* filename) { in loops30i() argument
4631 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops30i()
4634 static void loops31i(skiatest::Reporter* reporter, const char* filename) { in loops31i() argument
4644 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops31i()
4647 static void loops32i(skiatest::Reporter* reporter, const char* filename) { in loops32i() argument
4657 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops32i()
4660 static void loops33i(skiatest::Reporter* reporter, const char* filename) { in loops33i() argument
4670 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops33i()
4673 static void loops33iMod(skiatest::Reporter* reporter, const char* filename) { in loops33iMod() argument
4681 SkString name(filename); in loops33iMod()
4707 static void loops33iAsQuads(skiatest::Reporter* reporter, const char* filename) { in loops33iAsQuads() argument
4720 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in loops33iAsQuads()
4723 static void loops34i(skiatest::Reporter* reporter, const char* filename) { in loops34i() argument
4733 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops34i()
4736 static void loops35i(skiatest::Reporter* reporter, const char* filename) { in loops35i() argument
4746 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops35i()
4749 static void loops36i(skiatest::Reporter* reporter, const char* filename) { in loops36i() argument
4759 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops36i()
4762 static void loops37i(skiatest::Reporter* reporter, const char* filename) { in loops37i() argument
4772 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops37i()
4775 static void loops38i(skiatest::Reporter* reporter, const char* filename) { in loops38i() argument
4785 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops38i()
4788 static void loops39i(skiatest::Reporter* reporter, const char* filename) { in loops39i() argument
4798 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops39i()
4801 static void loops40i(skiatest::Reporter* reporter, const char* filename) { in loops40i() argument
4811 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops40i()
4814 static void loops40iAsQuads(skiatest::Reporter* reporter, const char* filename) { in loops40iAsQuads() argument
4827 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in loops40iAsQuads()
4830 static void loops44i(skiatest::Reporter* reporter, const char* filename) { in loops44i() argument
4840 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops44i()
4843 static void loops45i(skiatest::Reporter* reporter, const char* filename) { in loops45i() argument
4853 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops45i()
4856 static void loops46i(skiatest::Reporter* reporter, const char* filename) { in loops46i() argument
4866 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops46i()
4871 static void loops47i(skiatest::Reporter* reporter, const char* filename) { in loops47i() argument
4881 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops47i()
4884 static void loops48i(skiatest::Reporter* reporter, const char* filename) { in loops48i() argument
4894 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops48i()
4897 static void loops49i(skiatest::Reporter* reporter, const char* filename) { in loops49i() argument
4907 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops49i()
4910 static void loops50i(skiatest::Reporter* reporter, const char* filename) { in loops50i() argument
4920 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops50i()
4923 static void loops51i(skiatest::Reporter* reporter, const char* filename) { in loops51i() argument
4933 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops51i()
4936 static void loops52i(skiatest::Reporter* reporter, const char* filename) { in loops52i() argument
4946 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops52i()
4949 static void loops53i(skiatest::Reporter* reporter, const char* filename) { in loops53i() argument
4959 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops53i()
4962 static void loops54i(skiatest::Reporter* reporter, const char* filename) { in loops54i() argument
4972 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops54i()
4975 static void loops55i(skiatest::Reporter* reporter, const char* filename) { in loops55i() argument
4985 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops55i()
4988 static void loops56i(skiatest::Reporter* reporter, const char* filename) { in loops56i() argument
4998 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops56i()
5001 static void loops57i(skiatest::Reporter* reporter, const char* filename) { in loops57i() argument
5011 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops57i()
5014 static void loops58i(skiatest::Reporter* reporter, const char* filename) { in loops58i() argument
5024 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops58i()
5027 static void loops58iAsQuads(skiatest::Reporter* reporter, const char* filename) { in loops58iAsQuads() argument
5043 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in loops58iAsQuads()
5046 static void loops59i(skiatest::Reporter* reporter, const char* filename) { in loops59i() argument
5056 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops59i()
5059 static void loops59iasQuads(skiatest::Reporter* reporter, const char* filename) { in loops59iasQuads() argument
5075 testPathOp(reporter, qPath, qPathB, kIntersect_SkPathOp, filename); in loops59iasQuads()
5078 static void cubics41d(skiatest::Reporter* reporter, const char* filename) { in cubics41d() argument
5088 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics41d()
5091 void loops61i(skiatest::Reporter* reporter, const char* filename) { in loops61i() argument
5101 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops61i()
5104 static void loops62i(skiatest::Reporter* reporter, const char* filename) { in loops62i() argument
5114 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops62i()
5117 static void loops63i(skiatest::Reporter* reporter, const char* filename) { in loops63i() argument
5127 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in loops63i()
5130 static void cubics44d(skiatest::Reporter* reporter, const char* filename) { in cubics44d() argument
5140 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubics44d()
5143 static void cubics45u(skiatest::Reporter* reporter, const char* filename) { in cubics45u() argument
5153 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in cubics45u()
5156 static void (*skipTest)(skiatest::Reporter* , const char* filename) = 0;
5157 static void (*firstTest)(skiatest::Reporter* , const char* filename) = loops63i;
5158 static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0;
5508 static void (*firstSubTest)(skiatest::Reporter* , const char* filename) = 0;
5527 static void bufferOverflow(skiatest::Reporter* reporter, const char* filename) { in bufferOverflow() argument
5532 testPathOp(reporter, path, pathB, kUnion_SkPathOp, filename); in bufferOverflow()
5536 static void fuzz433(skiatest::Reporter* reporter, const char* filename) { in fuzz433() argument
5552 testPathOpCheck(reporter, path1, path2, kIntersect_SkPathOp, filename, FLAGS_runFail); in fuzz433()
5555 static void fuzz433b(skiatest::Reporter* reporter, const char* filename) { in fuzz433b() argument
5575 testPathOpCheck(reporter, path1, path2, kUnion_SkPathOp, filename, FLAGS_runFail); in fuzz433b()
5578 static void fuzz487a(skiatest::Reporter* reporter, const char* filename) { in fuzz487a() argument
5621 testPathOpCheck(reporter, path1, path2, (SkPathOp) 2, filename, FLAGS_runFail); in fuzz487a()
5624 static void fuzz487b(skiatest::Reporter* reporter, const char* filename) { in fuzz487b() argument
5667 testPathOpCheck(reporter, path1, path2, (SkPathOp) 2, filename, FLAGS_runFail); in fuzz487b()
5670 static void fuzz714(skiatest::Reporter* reporter, const char* filename) { in fuzz714() argument
5693 testPathOpCheck(reporter, path1, path2, (SkPathOp) 2, filename, FLAGS_runFail); in fuzz714()
5696 static void fuzz1(skiatest::Reporter* reporter, const char* filename) { in fuzz1() argument
5715 testPathFailOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz1()