Home
last modified time | relevance | path

Searched refs:shapeOp (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp252 const SkPathOp shapeOp, const SkMatrix& scale) {
253 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs));
258 testName, opSuffixes[shapeOp]);
259 *gTestOp.append() = shapeOp;
263 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]);
270 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale,
287 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale);
533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
546 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp()
549 if (!OpDebug(a, b, shapeOp, in innerPathOp()
532 innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) innerPathOp() argument
603 testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName) testPathOp() argument
609 testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName, bool checkFail) testPathOpCheck() argument
615 testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName) testPathOpFuzz() argument
621 testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName) testPathOpFail() argument
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp538 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() argument
546 show_op(shapeOp, "path", "pathB"); in ShowPath()

Completed in 6 milliseconds