Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsOpTest.cpp42 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp1d()
55 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp2d()
68 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp3d()
81 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp5d()
94 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp6d()
107 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp7d()
120 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp8d()
133 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp9d()
148 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in quadOp9d()
167 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in lineOp9d()
[all …]
DPathOpsSkpTest.cpp369 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 …]
DPathOpsBattles.cpp39 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 …]
DPathOpsInverseTest.cpp25 testPathOp(reporter, one, two, (SkPathOp) op, "inverseTest"); in DEF_TEST()
DPathOpsExtendedTest.h35 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
DPathOpsFuzz763Test.cpp65 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 …]
DPathOpsOpCircleThreadedTest.cpp50 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles")) { in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp61 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) { in testOpCubicsMain()
DPathOpsOpRectThreadedTest.cpp69 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects")) { in testPathOpsRectsMain()
DPathOpsOpLoopThreadedTest.cpp81 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); in testOpLoopsMain()
DPathOpsExtendedTest.cpp585 bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in testPathOp() function
DPathOpsIssue3651.cpp1215 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()