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