Searched refs:innerPathOp (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 645 static bool innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in innerPathOp() function 721 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp() 727 return innerPathOp(reporter, a, b, shapeOp, testName, checkFail ? in testPathOpCheck() 733 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 643 static bool innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, in innerPathOp() function 719 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp() 725 return innerPathOp(reporter, a, b, shapeOp, testName, checkFail ? in testPathOpCheck() 731 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
|