Lines Matching refs:gOut
488 fprintf(PathOpsDebug::gOut, " \"expectSuccess\": \"%s\",\n", in json_status()
495 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n", in json_status()
498 fprintf(PathOpsDebug::gOut, " \"succeeded\": %s,\n", opSucceeded ? "true" : "false"); in json_status()
512 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out()
520 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
531 fprintf(PathOpsDebug::gOut, ",\n "); in json_path_out()
534 fprintf(PathOpsDebug::gOut, "[%d", verbConst[verbIndex]); in json_path_out()
536 fprintf(PathOpsDebug::gOut, ", \"0x%08x\", \"0x%08x\"", in json_path_out()
540 fprintf(PathOpsDebug::gOut, ", \"0x%08x\"", SkFloat2Bits(iter.conicWeight())); in json_path_out()
542 fprintf(PathOpsDebug::gOut, "]"); in json_path_out()
544 fprintf(PathOpsDebug::gOut, "],\n"); in json_path_out()
546 fprintf(PathOpsDebug::gOut, " \"fillType%s\": \"k%s_FillType\"%s", fillTypeName, in json_path_out()
572 fprintf(PathOpsDebug::gOut, ",\n"); in inner_simplify()
575 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", filename); in inner_simplify()
587 fprintf(PathOpsDebug::gOut, " \"out\": \"\"\n}"); in inner_simplify()
656 fprintf(PathOpsDebug::gOut, ",\n"); in innerPathOp()
659 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", testName); in innerPathOp()
662 fprintf(PathOpsDebug::gOut, " \"op\": \"%s\",\n", opStrs[shapeOp]); in innerPathOp()
673 fprintf(PathOpsDebug::gOut, " \"out\": \"\"\n}"); in innerPathOp()