Home
last modified time | relevance | path

Searched refs:testPathOp (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DPathOpsSkpTest.cpp377 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 …]
DPathOpsOpTest.cpp62 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 …]
DPathOpsBattles.cpp47 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 …]
DPathOpsInverseTest.cpp35 testPathOp(reporter, one, two, (SkPathOp) op, testName.c_str()); in DEF_TEST()
DPathOpsOpRectThreadedTest.cpp85 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()
DPathOpsExtendedTest.h37 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
DPathOpsFuzz763Test.cpp74 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 …]
DPathOpsOpCircleThreadedTest.cpp66 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp73 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, testName.c_str())) { in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp92 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, testName.c_str()); in testOpLoopsMain()
DPathOpsExtendedTest.cpp618 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in testPathOp() function
DPathOpsIssue3651.cpp1222 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()