Searched refs:ShowPath (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.h | 46 void ShowPath(const SkPath& path, const char* pathName);
|
D | PathOpsExtendedTest.cpp | 562 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/ |
D | SkPathOpsDebug.h | 161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
|
D | SkPathOpsDebug.cpp | 159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { in ShowPath() function in SkPathOpsDebug
|
D | SkPathOpsOp.cpp | 252 SkPathOpsDebug::ShowPath(one, two, op, debugName); in Op()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 161 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
|
D | SkPathOpsDebug.cpp | 159 void SkPathOpsDebug::ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name) { in ShowPath() function in SkPathOpsDebug
|
D | SkPathOpsOp.cpp | 252 SkPathOpsDebug::ShowPath(one, two, op, debugName); in Op()
|