Searched refs:DumpSimplify (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 427 void DumpSimplify(const SkPath& path, const char* testName); 428 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
|
D | SkPathOpsSimplify.cpp | 164 SkPathOpsDebug::DumpSimplify(path, testName); in SimplifyDebug()
|
D | SkPathOpsDebug.cpp | 2979 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/ |
D | SkPathOpsDebug.h | 406 void DumpSimplify(const SkPath& path, const char* testName); 407 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
|
D | SkPathOpsSimplify.cpp | 164 SkPathOpsDebug::DumpSimplify(path, testName); in SimplifyDebug()
|
D | SkPathOpsDebug.cpp | 2952 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()
|