Home
last modified time | relevance | path

Searched refs:ShowOnePath (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsDebug.h189 static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration);
DSkPathOpsDebug.cpp276 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/
DPathOpsExtendedTest.cpp318 SkPathOpsDebug::ShowOnePath(a, "path", false); in showPathOpPath()
319 SkPathOpsDebug::ShowOnePath(b, "pathB", false); in showPathOpPath()