Home
last modified time | relevance | path

Searched refs:ShowPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.h64 void ShowPath(const SkPath& path, const char* pathName);
/external/skia/src/pathops/
DSkPathOpsDebug.h190 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
DSkPathOpsOp.cpp262 SkPathOpsDebug::ShowPath(one, two, op, debugName); in OpDebug()
DSkPathOpsDebug.cpp272 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() function in SkPathOpsDebug