Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.h46 void ShowPath(const SkPath& path, const char* pathName);
DPathOpsExtendedTest.cpp562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp, in ShowPath() function in SkPathOpsDebug
580 SkPathOpsDebug::ShowPath(a, b, shapeOp, testName); in innerPathOp()
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsDebug.h161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
DSkPathOpsDebug.cpp159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { in ShowPath() function in SkPathOpsDebug
DSkPathOpsOp.cpp252 SkPathOpsDebug::ShowPath(one, two, op, debugName); in Op()
/external/skia/src/pathops/
DSkPathOpsDebug.h161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
DSkPathOpsDebug.cpp159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { in ShowPath() function in SkPathOpsDebug
DSkPathOpsOp.cpp252 SkPathOpsDebug::ShowPath(one, two, op, debugName); in Op()