Lines Matching refs:SkPathOp
43 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
91 void showOp(const SkPathOp op) { in showOp()
248 static SkTDArray<SkPathOp> gTestOp;
252 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath()
270 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths()
533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
604 const SkPathOp shapeOp, const char* testName) { in testPathOp()
610 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck()
616 const SkPathOp shapeOp, const char* testName) { in testPathOpFuzz()
622 const SkPathOp shapeOp, const char* testName) { in testPathOpFail()
669 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathOp op) { in outputProgress()