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

/external/skia/src/pathops/
H A DSkPathOpsDebug.h329 static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration);
H A DSkPathOpsDebug.cpp566 ShowOnePath(a, "path", true);
567 ShowOnePath(b, "pathB", true);
2898 void SkPathOpsDebug::ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration) { function in class:SkPathOpsDebug
/external/skia/tests/
H A DPathOpsExtendedTest.cpp335 SkPathOpsDebug::ShowOnePath(a, "path", false);
336 SkPathOpsDebug::ShowOnePath(b, "pathB", false);

Completed in 94 milliseconds