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