Home
last modified time | relevance | path

Searched refs:gOut (Results 1 – 8 of 8) sorted by relevance

/external/skqp/tests/
DPathOpsExtendedTest.cpp488 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()
[all …]
Dskia_test.cpp140 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb"); in main()
141 fprintf(PathOpsDebug::gOut, "{\n"); in main()
257 fprintf(PathOpsDebug::gOut, "\n}\n"); in main()
258 fclose(PathOpsDebug::gOut); in main()
DPathOpsDebug.h20 static FILE* gOut; variable
DPathOpsDebug.cpp22 FILE* PathOpsDebug::gOut; member in PathOpsDebug
/external/skia/tests/
DPathOpsExtendedTest.cpp488 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()
[all …]
Dskia_test.cpp140 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb"); in main()
141 fprintf(PathOpsDebug::gOut, "{\n"); in main()
257 fprintf(PathOpsDebug::gOut, "\n}\n"); in main()
258 fclose(PathOpsDebug::gOut); in main()
DPathOpsDebug.h20 static FILE* gOut; variable
DPathOpsDebug.cpp22 FILE* PathOpsDebug::gOut; member in PathOpsDebug