Lines Matching refs:SkPathOp
116 void showOp(const SkPathOp op) { in showOp()
304 static SkTDArray<SkPathOp> gTestOp;
308 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath()
338 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths()
494 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName()
502 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,
506 const SkPathOp shapeOp, const char* testName, bool expectSuccess) { in innerPathOp()
550 const SkPathOp shapeOp, const char* testName) { in testPathOp()
555 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck()
560 const SkPathOp shapeOp, const char* testName) { in testPathOpFailCheck()
565 const SkPathOp shapeOp, const char* testName) { in testPathFailOp()
621 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op) { in outputProgress()