Home
last modified time | relevance | path

Searched refs:PathOpsDebug (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp17 #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 Dskia_test.cpp16 #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 DPathOpsDebug.h13 class PathOpsDebug { class
H A DPathOpsOpRectThreadedTest.cpp8 #include "tests/PathOpsDebug.h"
81 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsRectsMain()
171 if (PathOpsDebug::gCheckForDuplicateNames) return; in testPathOpsFastMain()
H A DPathOpsDebug.cpp14 #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 DPathOpsOpCircleThreadedTest.cpp8 #include "tests/PathOpsDebug.h"
63 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCirclesMain()
H A DPathOpsOpCubicThreadedTest.cpp8 #include "tests/PathOpsDebug.h"
71 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpCubicsMain()
H A DPathOpsOpLoopThreadedTest.cpp8 #include "tests/PathOpsDebug.h"
86 if (PathOpsDebug::gCheckForDuplicateNames) return; in testOpLoopsMain()
H A DPathOpsOpTest.cpp7 #include "tests/PathOpsDebug.h"
12537 if (PathOpsDebug::gJson) { in DEF_TEST()

Completed in 49 milliseconds