Home
last modified time | relevance | path

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

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