Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.cpp337 const SkPathOp shapeOp, const SkMatrix& scale) { in showPathOpPath()
357 const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const SkMatrix& scale, in comparePaths()
524 static void showName(const SkPath& a, const SkPath& b, const SkPathOp shapeOp) { in showName()
533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
586 const SkPathOp shapeOp, const char* testName) { in testPathOp()
592 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck()
598 const SkPathOp shapeOp, const char* testName) { in testPathOpFuzz()
604 const SkPathOp shapeOp, const char* testName) { in testPathOpFail()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath()