Lines Matching refs:shapeOp

252         const SkPathOp shapeOp, const SkMatrix& scale) {  in showPathOpPath()  argument
253 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); in showPathOpPath()
258 testName, opSuffixes[shapeOp]); in showPathOpPath()
259 *gTestOp.append() = shapeOp; in showPathOpPath()
263 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); in showPathOpPath()
270 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths() argument
287 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths()
533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp() argument
546 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp()
549 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp()
578 rgnOut.op(rgnA, rgnB, (SkRegion::Op) shapeOp); in innerPathOp()
591 scaledRgnOut.op(scaledRgnA, scaledRgnB, (SkRegion::Op) shapeOp); in innerPathOp()
598 a, b, shapeOp, scale, expectMatch); in innerPathOp()
604 const SkPathOp shapeOp, const char* testName) { in testPathOp() argument
605 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kYes, SkipAssert::kNo, in testPathOp()
610 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck() argument
611 return innerPathOp(reporter, a, b, shapeOp, testName, checkFail ? in testPathOpCheck()
616 const SkPathOp shapeOp, const char* testName) { in testPathOpFuzz() argument
617 return innerPathOp(reporter, a, b, shapeOp, testName, ExpectSuccess::kFlaky, SkipAssert::kYes, in testPathOpFuzz()
622 const SkPathOp shapeOp, const char* testName) { in testPathOpFail() argument
626 if (Op(a, b, shapeOp, &out) ) { in testPathOpFail()