Searched refs:ShowOnePath (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 261 SkPathOpsDebug::ShowOnePath(a, "path", false); in showPathOpPath() 262 SkPathOpsDebug::ShowOnePath(b, "pathB", false); in showPathOpPath()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 353 SkPathOpsDebug::ShowOnePath(a, "path", false); in showPathOpPath() 354 SkPathOpsDebug::ShowOnePath(b, "pathB", false); in showPathOpPath()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 370 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() 2911 void SkPathOpsDebug::ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration) { in ShowOnePath() function in SkPathOpsDebug
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 349 static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration);
|
D | SkPathOpsDebug.cpp | 544 ShowOnePath(a, "path", true); in ShowPath() 545 ShowOnePath(b, "pathB", true); in ShowPath() 2886 void SkPathOpsDebug::ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration) { in ShowOnePath() function in SkPathOpsDebug
|