Home
last modified time | relevance | path

Searched defs:shapeOp (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.cpp308 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()
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()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp272 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath()