Home
last modified time | relevance | path

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

12345678910>>...50

/external/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 …]
/external/skqp/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 …]
/external/skia/fuzz/
DFuzzMain.cpp132 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
146 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
157 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
215 SkDebugf("I would prefer not to.\n"); in fuzz_file()
260 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
346 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
354 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
361 SkDebugf("[terminated] Done DOM!\n"); in fuzz_svg_dom()
379 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
381 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
[all …]
/external/skqp/fuzz/
DFuzzMain.cpp116 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
128 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
139 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
197 SkDebugf("I would prefer not to.\n"); in fuzz_file()
220 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
294 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
302 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
321 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
323 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
330 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
[all …]
/external/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 …]
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()
/external/skqp/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 …]
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()
/external/skqp/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 …]
/external/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 …]
/external/skqp/docs/
DSkRect_Reference.bmh55 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
57 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
59 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
61 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
87 SkDebugf("all %s" "equal\n", rect1 == rect2 && rect2 == rect3 && rect3 == rect4 ?
109 SkDebugf("i_rect width: %d f_rect width:%g\n", i_rect.width(), f_rect.width());
112 SkDebugf("i_rect width: %d f_rect width:%.0f\n", i_rect.width(), f_rect.width());
134 SkDebugf("rect width: %g height: %g\n", rect.width(), rect.height());
137 SkDebugf("floor width: %g height: %g\n", rect.width(), rect.height());
158 SkDebugf("rect: %g, %g, %g, %g isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
[all …]
DSkIRect_Reference.bmh51 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
53 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
55 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
57 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false");
83 SkDebugf("all %s" "equal\n", rect1 == rect2 && rect2 == rect3 && rect3 == rect4 ?
105 SkDebugf("round width: %d height: %d\n", rect.width(), rect.height());
107 SkDebugf("floor width: %d height: %d\n", rect.width(), rect.height());
128 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
131 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
154 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(),
[all …]
/external/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()
DPixmap_getColor.cpp11 SkDebugf("Premultiplied:\n"); in draw()
13 SkDebugf("(0, %d) ", y); in draw()
17 SkDebugf("0x%08x%c", storage[x + y * w], x == w - 1 ? '\n' : ' '); in draw()
21 SkDebugf("Unpremultiplied:\n"); in draw()
23 SkDebugf("(0, %d) ", y); in draw()
25 SkDebugf("0x%08x%c", pixmap.getColor(x, y), x == w - 1 ? '\n' : ' '); in draw()
/external/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 …]
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp86 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
147 SkDebugf("%s", gUsage.c_str()); in PrintUsage()
178 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
183 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
190 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
193 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
195 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
197 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
199 SkDebugf("\n"); in print_help_for_flag()
202 SkDebugf("\n"); in print_help_for_flag()
[all …]
/external/skqp/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 …]
/external/skqp/tools/lua/
Dlua_pictures.cpp54 SkDebugf("--- expected %s function %d, ignoring.\n", funcName, t); in call_canvas()
60 SkDebugf("lua err: %s\n", lua_tostring(L, -1)); in call_canvas()
70 SkDebugf(".skp files or directories are required.\n"); in main()
74 SkDebugf("missing luaFile(s)\n"); in main()
92 SkDebugf("loading %s...\n", FLAGS_luaFile[i]); in main()
95 SkDebugf("failed to load luaFile %s\n", FLAGS_luaFile[i]); in main()
112 SkDebugf("invalid modulo values.\n"); in main()
141 SkDebugf("scraping %s %s\n", path, moduloStr.c_str()); in main()
156 SkDebugf("failed to load\n"); in main()

12345678910>>...50