Searched refs:PathOpsDebug (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 17 #include "tests/PathOpsDebug.h" 354 if (PathOpsDebug::gJson) { 355 SkASSERT(!PathOpsDebug::gMarkJsonFlaky); 356 PathOpsDebug::gMarkJsonFlaky = true; 394 fprintf(PathOpsDebug::gOut, " \"expectSuccess\": \"%s\",\n", in json_status() 397 if (PathOpsDebug::gMarkJsonFlaky) { in json_status() 399 PathOpsDebug::gMarkJsonFlaky = false; in json_status() 401 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n", in json_status() 404 fprintf(PathOpsDebug::gOut, " \"succeeded\": %s,\n", opSucceeded ? "true" : "false"); in json_status() 415 if (PathOpsDebug in json_path_out() [all...] |
H A D | skia_test.cpp | 16 #include "tests/PathOpsDebug.h" 157 PathOpsDebug::gOutFirst = true; in main() 158 PathOpsDebug::gCheckForDuplicateNames = false; in main() 159 PathOpsDebug::gOutputSVG = false; in main() 160 if ((PathOpsDebug::gJson = !FLAGS_json.isEmpty())) { in main() 161 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb"); in main() 162 fprintf(PathOpsDebug::gOut, "{\n"); in main() 164 PathOpsDebug::gMarkJsonFlaky = false; in main() 277 if (PathOpsDebug::gJson) { in main() 278 fprintf(PathOpsDebug in main() [all...] |
H A D | PathOpsDebug.h | 13 class PathOpsDebug { class
|
H A D | PathOpsOpRectThreadedTest.cpp | 8 #include "tests/PathOpsDebug.h" 81 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsRectsMain() 171 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsFastMain()
|
H A D | PathOpsDebug.cpp | 14 #include "tests/PathOpsDebug.h" 17 bool PathOpsDebug::gJson; 18 bool PathOpsDebug::gMarkJsonFlaky; 19 bool PathOpsDebug::gOutFirst; 20 bool PathOpsDebug::gCheckForDuplicateNames; 21 bool PathOpsDebug::gOutputSVG; 22 FILE* PathOpsDebug::gOut; 44 // if not defined by PathOpsDebug.cpp ...
|
H A D | PathOpsOpCircleThreadedTest.cpp | 8 #include "tests/PathOpsDebug.h" 63 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCirclesMain()
|
H A D | PathOpsOpCubicThreadedTest.cpp | 8 #include "tests/PathOpsDebug.h" 71 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCubicsMain()
|
H A D | PathOpsOpLoopThreadedTest.cpp | 8 #include "tests/PathOpsDebug.h" 86 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpLoopsMain()
|
H A D | PathOpsOpTest.cpp | 7 #include "tests/PathOpsDebug.h" 12537 if (PathOpsDebug::gJson) { in DEF_TEST()
|
Completed in 34 milliseconds