Searched refs:ShowOnePath (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 133 ShowOnePath(a, "path", true); in ShowPath() 134 ShowOnePath(b, "pathB", true); in ShowPath() 634 void SkPathOpsDebug::ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration) { in ShowOnePath() function in SkPathOpsDebug
|
D | SkPathOpsDebug.h | 165 static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration);
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 308 SkPathOpsDebug::ShowOnePath(a, "path", false); in showPathOpPath() 309 SkPathOpsDebug::ShowOnePath(b, "pathB", false); in showPathOpPath()
|