Lines Matching refs:gOut
394 fprintf(PathOpsDebug::gOut, " \"expectSuccess\": \"%s\",\n", 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()
418 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out()
424 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
430 fprintf(PathOpsDebug::gOut, ",\n "); in json_path_out()
433 fprintf(PathOpsDebug::gOut, "[%d", verbConst[verbIndex]); in json_path_out()
435 fprintf(PathOpsDebug::gOut, ", \"0x%08x\", \"0x%08x\"", in json_path_out()
439 fprintf(PathOpsDebug::gOut, ", \"0x%08x\"", SkFloat2Bits(*w)); in json_path_out()
441 fprintf(PathOpsDebug::gOut, "]"); in json_path_out()
443 fprintf(PathOpsDebug::gOut, "],\n"); in json_path_out()
445 fprintf(PathOpsDebug::gOut, " \"fillType%s\": \"k%s_FillType\"%s", fillTypeName, in json_path_out()
468 fprintf(PathOpsDebug::gOut, ",\n"); in inner_simplify()
471 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", filename); in inner_simplify()
483 fprintf(PathOpsDebug::gOut, " \"out\": \"\"\n}"); in inner_simplify()
540 fprintf(PathOpsDebug::gOut, ",\n"); in innerPathOp()
543 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", testName); in innerPathOp()
546 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp()
557 fprintf(PathOpsDebug::gOut, " \"out\": \"\"\n}"); in innerPathOp()