Home
last modified time | relevance | path

Searched refs:SkDebugf (Results 1 – 25 of 1735) sorted by relevance

12345678910>>...70

/third_party/flutter/skia/tests/
DPathOpsDebug.cpp26 SkDebugf("%.0f", x); in DebugDumpDouble()
28 SkDebugf("%1.19g", x); in DebugDumpDouble()
34 SkDebugf("%.0f", x); in DebugDumpFloat()
36 SkDebugf("%1.9gf", x); in DebugDumpFloat()
41 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
52 SkDebugf("?"); in WindingPrintf()
54 SkDebugf("%d", wind); in WindingPrintf()
60 SkDebugf("} "); in DumpID()
62 SkDebugf("id=%d", id); in DumpID()
64 SkDebugf("\n"); in DumpID()
[all …]
/third_party/skia/tests/
DPathOpsDebug.cpp26 SkDebugf("%.0f", x); in DebugDumpDouble()
28 SkDebugf("%1.19g", x); in DebugDumpDouble()
34 SkDebugf("%.0f", x); in DebugDumpFloat()
36 SkDebugf("%1.9gf", x); in DebugDumpFloat()
41 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
52 SkDebugf("?"); in WindingPrintf()
54 SkDebugf("%d", wind); in WindingPrintf()
60 SkDebugf("} "); in DumpID()
62 SkDebugf("id=%d", id); in DumpID()
64 SkDebugf("\n"); in DumpID()
[all …]
/third_party/skia/fuzz/
DFuzzMain.cpp135 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
149 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
160 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
218 SkDebugf("I would prefer not to.\n"); in fuzz_file()
265 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
353 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
361 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
370 SkDebugf("[terminated] Done DOM!\n"); in fuzz_svg_dom()
389 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
391 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
[all …]
/third_party/flutter/skia/fuzz/
DFuzzMain.cpp118 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
130 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
141 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
199 SkDebugf("I would prefer not to.\n"); in fuzz_file()
232 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
310 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
318 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
337 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
339 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
346 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
[all …]
/third_party/skia/tools/
Dskpinfo.cpp40 SkDebugf("Missing input file\n"); in main()
48 SkDebugf("Couldn't open file\n"); in main()
57 SkDebugf("Unsupported version %d\n", info.getVersion()); in main()
62 SkDebugf("Version: %d\n", info.getVersion()); in main()
65 SkDebugf("Cull Rect: %f,%f,%f,%f\n", in main()
94 SkDebugf("truncated file\n"); in main()
106 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize); in main()
111 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize); in main()
116 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize); in main()
124 SkDebugf("File corruption in SkFontDescriptor\n"); in main()
[all …]
Dimgcvt.cpp24 SkDebugf("Please pass an image or profile to convert" in main()
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path); in main()
63 SkDebugf("Cannot transform.\n"); in main()
67 SkDebugf("(%g, %g, %g) --> (%+.4f, %+.4f, %+.4f)\n", in main()
76 SkDebugf("Couldn't decode %s as an SkImage or an ICC profile.\n", source_path); in main()
82 SkDebugf("Converting to raster image failed.\n"); in main()
88 SkDebugf("We really should be able to peek raster pixels.\n"); in main()
94 SkDebugf("We can't convert to this destination profile as-is. Coercing it.\n"); in main()
99 SkDebugf("We can't convert to this destination profile at all.\n"); in main()
114 SkDebugf("color type %d not yet supported, imgcvt.cpp needs an update.\n", in main()
[all …]
Dchrome_fuzz.cpp18 SkDebugf("couldn't open file %s\n", filename); in read_test_case()
23 SkDebugf("couldn't read file %s\n", filename); in read_test_case()
40 SkDebugf("Valid stream detected.\n"); in run_test_case()
52 SkDebugf("Filter DAG rendered successfully.\n"); in run_test_case()
55 SkDebugf("Invalid stream detected.\n"); in run_test_case()
62 SkDebugf("Test case: %s\n", filename); in read_and_run_test_case()
81 SkDebugf("#EOF\n"); in main()
/third_party/flutter/skia/tools/
Dskpinfo.cpp40 SkDebugf("Missing input file\n"); in main()
48 SkDebugf("Couldn't open file\n"); in main()
61 SkDebugf("Version: %d\n", info.getVersion()); in main()
64 SkDebugf("Cull Rect: %f,%f,%f,%f\n", in main()
93 SkDebugf("truncated file\n"); in main()
105 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize); in main()
110 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize); in main()
115 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize); in main()
123 SkDebugf("File corruption in SkFontDescriptor\n"); in main()
135 SkDebugf("SK_PICT_PICTURE_TAG %d\n", chunkSize); in main()
[all …]
Dimgcvt.cpp24 SkDebugf("Please pass an image or profile to convert" in main()
35 SkDebugf("Can't parse %s as an ICC profile.\n", dst_profile_path); in main()
63 SkDebugf("Cannot transform.\n"); in main()
67 SkDebugf("(%g, %g, %g) --> (%+.4f, %+.4f, %+.4f)\n", in main()
76 SkDebugf("Couldn't decode %s as an SkImage or an ICC profile.\n", source_path); in main()
82 SkDebugf("Converting to raster image failed.\n"); in main()
88 SkDebugf("We really should be able to peek raster pixels.\n"); in main()
94 SkDebugf("We can't convert to this destination profile as-is. Coercing it.\n"); in main()
99 SkDebugf("We can't convert to this destination profile at all.\n"); in main()
114 SkDebugf("color type %d not yet supported, imgcvt.cpp needs an update.\n", in main()
[all …]
Dskottie2movie.cpp48 SkDebugf("time %g sample_time %g\n", frame_time, t); in produce_frame()
61 SkDebugf("-i input_file.json argument required\n"); in main()
66 SkDebugf("--motion_angle must be [0...360]\n"); in main()
70 SkDebugf("--motion_slope must be [-1...1]\n"); in main()
74 SkDebugf("--motion_samples must be >= 1\n"); in main()
90 SkDebugf("assetPath %s\n", assetPath.c_str()); in main()
96 SkDebugf("failed to load %s\n", FLAGS_input[0]); in main()
113 SkDebugf("size %dx%d duration %g, fps %d, frame_duration %g\n", in main()
135 SkDebugf("rendering frame %d ts %g\n", i, ts); in main()
156 SkDebugf("recording secs %g, frames %d, recording fps %d\n", in main()
[all …]
Dchrome_fuzz.cpp18 SkDebugf("couldn't open file %s\n", filename); in read_test_case()
23 SkDebugf("couldn't read file %s\n", filename); in read_test_case()
40 SkDebugf("Valid stream detected.\n"); in run_test_case()
52 SkDebugf("Filter DAG rendered successfully.\n"); in run_test_case()
55 SkDebugf("Invalid stream detected.\n"); in run_test_case()
62 SkDebugf("Test case: %s\n", filename); in read_and_run_test_case()
81 SkDebugf("#EOF\n"); in main()
/third_party/skia/src/pathops/
DSkAddIntersections.cpp19 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowLineIntersection()
23 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowLineIntersection()
26 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1)); in debugShowLineIntersection()
28 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
30 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]); in debugShowLineIntersection()
32 SkDebugf("\n"); in debugShowLineIntersection()
40 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowQuadLineIntersection()
44 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowQuadLineIntersection()
47 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection()
49 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
[all …]
DSkPathOpsDebug.cpp340 SkDebugf("%.*s", end - s + 1, s); in ShowActiveSpans()
373 SkDebugf(mask & (1 << index) ? "x" : "-"); in CheckHealth()
375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth()
378 SkDebugf("%02d: ", index); in CheckHealth()
380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
388 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
[all …]
/third_party/flutter/skia/src/pathops/
DSkAddIntersections.cpp19 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowLineIntersection()
23 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowLineIntersection()
26 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1)); in debugShowLineIntersection()
28 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
30 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]); in debugShowLineIntersection()
32 SkDebugf("\n"); in debugShowLineIntersection()
40 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n", in debugShowQuadLineIntersection()
44 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__, in debugShowQuadLineIntersection()
47 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n)); in debugShowQuadLineIntersection()
49 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
[all …]
DSkPathOpsDebug.cpp340 SkDebugf("%.*s", end - s + 1, s); in ShowActiveSpans()
373 SkDebugf(mask & (1 << index) ? "x" : "-"); in CheckHealth()
375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth()
378 SkDebugf("%02d: ", index); in CheckHealth()
380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
388 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
[all …]
/third_party/skia/docs/examples/
DPath_Iter_isCloseLine.cpp13 SkDebugf("1st verb is " "%s" "move\n", SkPath::kMove_Verb == iter.next(p) ? "" : "not "); in draw()
14 SkDebugf("moveTo point: {%g,%g}\n", p[0].fX, p[0].fY); in draw()
15 SkDebugf("2nd verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in draw()
16 SkDebugf("3rd verb is " "%s" "line\n", SkPath::kLine_Verb == iter.next(p) ? "" : "not "); in draw()
17 SkDebugf("line points: {%g,%g}, {%g,%g}\n", p[0].fX, p[0].fY, p[1].fX, p[1].fY); in draw()
18 SkDebugf("line " "%s" "generated by close\n", iter.isCloseLine() ? "" : "not "); in draw()
19 SkDebugf("4th verb is " "%s" "close\n", SkPath::kClose_Verb == iter.next(p) ? "" : "not "); in draw()
DBitmap_getColor.cpp15 SkDebugf("Premultiplied:\n"); in draw()
17 SkDebugf("(0, %d) ", y); in draw()
19 SkDebugf("0x%08x%c", colors[y][x], x == w - 1 ? '\n' : ' '); in draw()
25 SkDebugf("Unpremultiplied:\n"); in draw()
27 SkDebugf("(0, %d) ", y); in draw()
29 SkDebugf("0x%08x%c", bitmap.getColor(x, y), x == w - 1 ? '\n' : ' '); in draw()
DPath_Iter_const_SkPath.cpp8 SkDebugf("%s:\n", prefix); in draw()
15 SkDebugf("k%s_Verb ", verbStr[(int) verb]); in draw()
17 SkDebugf("{%g, %g}, ", points[i].fX, points[i].fY); in draw()
20 SkDebugf("weight = %g", iter.conicWeight()); in draw()
22 SkDebugf("\n"); in draw()
24 SkDebugf("\n"); in draw()
/third_party/flutter/skia/docs/examples/
DPath_Iter_isCloseLine.cpp13 SkDebugf("1st verb is " "%s" "move\n", SkPath::kMove_Verb == iter.next(p) ? "" : "not "); in draw()
14 SkDebugf("moveTo point: {%g,%g}\n", p[0].fX, p[0].fY); in draw()
15 SkDebugf("2nd verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in draw()
16 SkDebugf("3rd verb is " "%s" "line\n", SkPath::kLine_Verb == iter.next(p) ? "" : "not "); in draw()
17 SkDebugf("line points: {%g,%g}, {%g,%g}\n", p[0].fX, p[0].fY, p[1].fX, p[1].fY); in draw()
18 SkDebugf("line " "%s" "generated by close\n", iter.isCloseLine() ? "" : "not "); in draw()
19 SkDebugf("4th verb is " "%s" "close\n", SkPath::kClose_Verb == iter.next(p) ? "" : "not "); in draw()
DBitmap_getColor.cpp15 SkDebugf("Premultiplied:\n"); in draw()
17 SkDebugf("(0, %d) ", y); in draw()
19 SkDebugf("0x%08x%c", colors[y][x], x == w - 1 ? '\n' : ' '); in draw()
25 SkDebugf("Unpremultiplied:\n"); in draw()
27 SkDebugf("(0, %d) ", y); in draw()
29 SkDebugf("0x%08x%c", bitmap.getColor(x, y), x == w - 1 ? '\n' : ' '); in draw()
DPath_Iter_const_SkPath.cpp8 SkDebugf("%s:\n", prefix); in draw()
15 SkDebugf("k%s_Verb ", verbStr[(int) verb]); in draw()
17 SkDebugf("{%g, %g}, ", points[i].fX, points[i].fY); in draw()
20 SkDebugf("weight = %g", iter.conicWeight()); in draw()
22 SkDebugf("\n"); in draw()
24 SkDebugf("\n"); in draw()
DPath_Iter_setPath.cpp8 SkDebugf("%s:\n", prefix); in draw()
15 SkDebugf("k%s_Verb ", verbStr[(int) verb]); in draw()
17 SkDebugf("{%g, %g}, ", points[i].fX, points[i].fY); in draw()
20 SkDebugf("weight = %g", iter.conicWeight()); in draw()
22 SkDebugf("\n"); in draw()
24 SkDebugf("\n"); in draw()
/third_party/skia/tools/flags/
DCommandLineFlags.cpp88 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
146 void CommandLineFlags::PrintUsage() { SkDebugf("%s", gUsage.c_str()); } in PrintUsage()
176 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
181 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
188 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
191 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
193 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
195 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
197 SkDebugf("\n"); in print_help_for_flag()
200 SkDebugf("\n"); in print_help_for_flag()
[all …]
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.cpp88 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
146 void CommandLineFlags::PrintUsage() { SkDebugf("%s", gUsage.c_str()); } in PrintUsage()
176 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
181 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
188 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
191 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
193 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
195 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
197 SkDebugf("\n"); in print_help_for_flag()
200 SkDebugf("\n"); in print_help_for_flag()
[all …]
/third_party/flutter/skia/modules/skottie/src/
DSkottieTool.cpp46 SkDebugf("Could not open '%s/%s' for writing.\n", in handleFrame()
69 SkDebugf("Could not allocate a %d x %d surface.\n", FLAGS_width, FLAGS_height); in PNGSink()
88 SkDebugf("Failed to encode frame!\n"); in saveFrame()
137 SkDebugf("Animation loaded with %lu error%s, %lu warning%s.\n", in report()
142 SkDebugf("%s%s", prefix, log.fMessage.c_str()); in report()
144 SkDebugf(" : %s", log.fJSON.c_str()); in report()
145 SkDebugf("\n"); in report()
164 SkDebugf("Missing required 'input' and 'writePath' args.\n"); in main()
169 SkDebugf("Invalid fps: %f.\n", FLAGS_fps); in main()
183 SkDebugf("Unknown format: %s\n", FLAGS_format[0]); in main()
[all …]

12345678910>>...70