Lines Matching refs:SkPathOp
42 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
154 void showOp(const SkPathOp op) { in showOp()
340 static SkTDArray<SkPathOp> gTestOp;
344 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath()
362 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths()
635 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName()
644 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
718 const SkPathOp shapeOp, const char* testName) { in testPathOp()
724 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck()
730 const SkPathOp shapeOp, const char* testName) { in testPathOpFuzz()
736 const SkPathOp shapeOp, const char* testName) { in testPathOpFail()
786 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathOp op) { in outputProgress()