Home
last modified time | relevance | path

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

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