Searched refs:testPathOpFuzz (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PathOpsOpTest.cpp | 5201 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 2, filename); in crbug_526025() 8968 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 2, filename); in op_1() 8992 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 0, filename); in op_2() 9017 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 0, filename); in op_3() 9610 testPathOpFuzz(reporter, two, one, kIntersect_SkPathOp, filename); in fuzz767834() 9622 testPathOpFuzz(reporter, one, two, kIntersect_SkPathOp, filename); in fuzz535151() 9630 testPathOpFuzz(reporter, path, pathB, kUnion_SkPathOp, filename); in bufferOverflow() 9650 testPathOpFuzz(reporter, path1, path2, kIntersect_SkPathOp, filename); in fuzz433() 9673 testPathOpFuzz(reporter, path1, path2, kUnion_SkPathOp, filename); in fuzz433b() 9719 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz487a() [all …]
|
D | PathOpsExtendedTest.h | 42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
|
D | PathOpsExtendedTest.cpp | 729 bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in testPathOpFuzz() function
|
/third_party/skia/tests/ |
D | PathOpsOpTest.cpp | 5201 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 2, filename); in crbug_526025() 8968 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 2, filename); in op_1() 8992 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 0, filename); in op_2() 9017 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 0, filename); in op_3() 9607 testPathOpFuzz(reporter, two, one, kIntersect_SkPathOp, filename); in fuzz767834() 9618 testPathOpFuzz(reporter, one, two, kIntersect_SkPathOp, filename); in fuzz535151() 9626 testPathOpFuzz(reporter, path, pathB, kUnion_SkPathOp, filename); in bufferOverflow() 9646 testPathOpFuzz(reporter, path1, path2, kIntersect_SkPathOp, filename); in fuzz433() 9669 testPathOpFuzz(reporter, path1, path2, kUnion_SkPathOp, filename); in fuzz433b() 9715 testPathOpFuzz(reporter, path1, path2, (SkPathOp) 2, filename); in fuzz487a() [all …]
|
D | PathOpsExtendedTest.h | 42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
|
D | PathOpsExtendedTest.cpp | 615 bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in testPathOpFuzz() function
|