/third_party/skia/tests/ |
D | PathOpsSkpTest.cpp | 369 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcheeseandburger_com225() 403 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpeverytechpro_blogspot_com100() 426 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpflite_com41() 458 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpilkoora_com37() 481 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmm4everfriends_com43() 508 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmtrk_uz27() 532 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpfrauen_magazin_com83() 557 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpi_gino_com16() 585 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skppchappy_com_au102() 613 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpsciality_com161() [all …]
|
D | PathOpsOpTest.cpp | 43 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp1d() 56 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp2d() 69 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp3d() 82 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp5d() 95 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp6d() 108 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp7d() 121 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp8d() 134 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp9d() 149 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in quadOp9d() 168 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in lineOp9d() [all …]
|
D | PathOpsBattles.cpp | 39 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue414409() 62 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue414409b() 87 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue414409c() 112 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp1() 134 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp2() 159 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp3() 187 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp4() 212 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp5() 244 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp6() 268 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp7() [all …]
|
D | PathOpsOpRectThreadedTest.cpp | 75 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsRectsMain() 165 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsFastMain()
|
D | PathOpsInverseTest.cpp | 30 testPathOp(reporter, one, two, (SkPathOp) op, testName.c_str()); in DEF_TEST()
|
D | PathOpsFuzz763Test.cpp | 65 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_3084() 120 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_1823() 213 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378() 236 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378b() 257 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378c() 275 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378d() 369 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_558() 457 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378a() 498 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378a_1() 588 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_8712() [all …]
|
D | PathOpsExtendedTest.h | 36 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
|
D | PathOpsOpCircleThreadedTest.cpp | 57 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCirclesMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 65 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCubicsMain()
|
D | PathOpsOpLoopThreadedTest.cpp | 85 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
|
D | PathOpsExtendedTest.cpp | 603 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in testPathOp() function
|
D | PathOpsIssue3651.cpp | 1215 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename); in issue3651_2() 1221 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename); in issue3651_3() 1396 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_4() 1459 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_5() 1472 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_6() 1658 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_7()
|