Searched defs:DumpSimplify (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2966 void SkPathOpsDebug::DumpSimplify(const SkPath& path, const char* testName) { function in class:SkPathOpsDebug
2968 DumpSimplify(file, path, testName);
2971 void SkPathOpsDebug::DumpSimplify(FILE* file, const SkPath& path, const char* testName) { function in class:SkPathOpsDebug
3095 DumpSimplify(stderr, path, "simplifyTest");
3121 DumpSimplify(stderr, path, "simplifyTest");

Completed in 54 milliseconds