Lines Matching refs:PathOpsDebug
16 #include "tests/PathOpsDebug.h"
157 PathOpsDebug::gOutFirst = true;
158 PathOpsDebug::gCheckForDuplicateNames = false;
159 PathOpsDebug::gOutputSVG = false;
160 if ((PathOpsDebug::gJson = !FLAGS_json.isEmpty())) {
161 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb");
162 fprintf(PathOpsDebug::gOut, "{\n");
164 PathOpsDebug::gMarkJsonFlaky = false;
277 if (PathOpsDebug::gJson) {
278 fprintf(PathOpsDebug::gOut, "\n}\n");
279 fclose(PathOpsDebug::gOut);