/external/skia/tests/ |
D | PathOpsSkpTest.cpp | 377 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcheeseandburger_com225() 411 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpeverytechpro_blogspot_com100() 434 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpflite_com41() 466 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpilkoora_com37() 489 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmm4everfriends_com43() 516 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpmtrk_uz27() 540 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpfrauen_magazin_com83() 565 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpi_gino_com16() 593 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skppchappy_com_au102() 621 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpsciality_com161() [all …]
|
D | PathOpsOpTest.cpp | 62 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp1d() 75 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp2d() 88 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp3d() 101 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp5d() 114 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp6d() 127 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp7d() 140 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp8d() 153 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp9d() 168 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in quadOp9d() 187 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in lineOp9d() [all …]
|
D | PathOpsBattles.cpp | 47 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue414409() 70 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue414409b() 95 testPathOp(reporter, path1, path2, kUnion_SkPathOp, filename); in issue414409c() 120 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp1() 142 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp2() 167 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp3() 195 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp4() 220 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp5() 252 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp6() 276 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in battleOp7() [all …]
|
D | PathOpsInverseTest.cpp | 35 testPathOp(reporter, one, two, (SkPathOp) op, testName.c_str()); in DEF_TEST()
|
D | PathOpsOpRectThreadedTest.cpp | 85 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsRectsMain() 175 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testPathOpsFastMain()
|
D | PathOpsExtendedTest.h | 37 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
|
D | PathOpsFuzz763Test.cpp | 74 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_3084() 129 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_1823() 222 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378() 245 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378b() 266 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378c() 284 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378d() 378 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_558() 466 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378a() 507 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_378a_1() 597 testPathOp(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz763_8712() [all …]
|
D | PathOpsOpCircleThreadedTest.cpp | 66 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCirclesMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 73 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCubicsMain()
|
D | PathOpsOpLoopThreadedTest.cpp | 92 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
|
D | PathOpsExtendedTest.cpp | 618 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in testPathOp() function
|
D | PathOpsIssue3651.cpp | 1222 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename); in issue3651_2() 1228 testPathOp(reporter, path, pathB, SkPathOp::kUnion_SkPathOp, filename); in issue3651_3() 1403 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_4() 1466 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_5() 1479 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_6() 1665 testPathOp(reporter, pathA, path, SkPathOp::kUnion_SkPathOp, filename); in issue3651_7()
|