Searched refs:shapeOp (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 308 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath() argument 309 SkASSERT((unsigned) shapeOp < SK_ARRAY_COUNT(opStrs)); in showPathOpPath() 314 testName, gTestNo, opSuffixes[shapeOp]); in showPathOpPath() 315 *gTestOp.append() = shapeOp; in showPathOpPath() 320 SkDebugf(" testPathOp(reporter, path, pathB, %s, filename);\n", opStrs[shapeOp]); in showPathOpPath() 338 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths() argument 354 showPathOpPath(testName, one, two, a, b, scaledOne, scaledTwo, shapeOp, scale); in comparePaths() 494 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName() argument 497 showOp(shapeOp); in showName() 506 const SkPathOp shapeOp, const char* testName, bool expectSuccess) { in innerPathOp() argument [all …]
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 272 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() argument 278 show_op(shapeOp, "path", "pathB"); in ShowPath()
|