Home
last modified time | relevance | path

Searched refs:DumpSimplify (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsDebug.h427 void DumpSimplify(const SkPath& path, const char* testName);
428 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
DSkPathOpsSimplify.cpp164 SkPathOpsDebug::DumpSimplify(path, testName); in SimplifyDebug()
DSkPathOpsDebug.cpp2979 void SkPathOpsDebug::DumpSimplify(const SkPath& path, const char* testName) { in DumpSimplify() function in SkPathOpsDebug
2981 DumpSimplify(file, path, testName); in DumpSimplify()
2984 void SkPathOpsDebug::DumpSimplify(FILE* file, const SkPath& path, const char* testName) { in DumpSimplify() function in SkPathOpsDebug
3108 DumpSimplify(stderr, path, "simplifyTest"); in ReportSimplifyFail()
3134 DumpSimplify(stderr, path, "simplifyTest"); in VerifySimplify()
/external/skia/src/pathops/
DSkPathOpsDebug.h406 void DumpSimplify(const SkPath& path, const char* testName);
407 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
DSkPathOpsSimplify.cpp164 SkPathOpsDebug::DumpSimplify(path, testName); in SimplifyDebug()
DSkPathOpsDebug.cpp2952 void SkPathOpsDebug::DumpSimplify(const SkPath& path, const char* testName) { in DumpSimplify() function in SkPathOpsDebug
2954 DumpSimplify(file, path, testName); in DumpSimplify()
2957 void SkPathOpsDebug::DumpSimplify(FILE* file, const SkPath& path, const char* testName) { in DumpSimplify() function in SkPathOpsDebug
3081 DumpSimplify(stderr, path, "simplifyTest"); in ReportSimplifyFail()
3107 DumpSimplify(stderr, path, "simplifyTest"); in VerifySimplify()