Lines Matching refs:SkDebugf
116 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()
333 SkDebugf("[terminated] Success!\n"); in fuzz_api()
344 SkDebugf("Dumped to %s\n", FLAGS_dump[0]); in dump_png()
352 SkDebugf("[terminated] Success from decoding/drawing animated image!\n"); in fuzz_animated_img()
355 SkDebugf("[terminated] Could not decode or draw animated image.\n"); in fuzz_animated_img()
362 SkDebugf("[terminated] Success from decoding/drawing image!\n"); in fuzz_image_decode()
365 SkDebugf("[terminated] Could not decode or draw image.\n"); in fuzz_image_decode()
372 SkDebugf("[terminated] Success using incremental decode!\n"); in fuzz_image_decode_incremental()
375 SkDebugf("[terminated] Could not incrementally decode and image.\n"); in fuzz_image_decode_incremental()
386 SkDebugf("[terminated] Success on Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
389 SkDebugf("[terminated] Could not use Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
399 SkDebugf("Scaling factor: %f\n", fscale); in fuzz_img()
403 SkDebugf("Mode: %d\n", mode); in fuzz_img()
406 SkDebugf("Decoding\n"); in fuzz_img()
409 SkDebugf("[terminated] Couldn't create codec.\n"); in fuzz_img()
422 SkDebugf("[terminated] Could not allocate memory. Image might be too large (%d x %d)", in fuzz_img()
431 SkDebugf("[terminated] Success!\n"); in fuzz_img()
434 SkDebugf("[terminated] Partial Success\n"); in fuzz_img()
437 SkDebugf("[terminated] Partial Success with error\n"); in fuzz_img()
440 SkDebugf("Incompatible colortype conversion\n"); in fuzz_img()
444 SkDebugf("[terminated] Couldn't getPixels.\n"); in fuzz_img()
451 SkDebugf("[terminated] Could not start scanline decoder\n"); in fuzz_img()
461 SkDebugf("[terminated] Success!\n"); in fuzz_img()
477 SkDebugf("[terminated] Could not start top-down scanline decoder\n"); in fuzz_img()
497 SkDebugf("[terminated] Failed to restart scanline decoder with same parameters.\n"); in fuzz_img()
512 SkDebugf("[terminated] Success!\n"); in fuzz_img()
522 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big " in fuzz_img()
555 SkDebugf("[terminated] Could not install pixels.\n"); in fuzz_img()
564 SkDebugf("okay\n"); in fuzz_img()
569 SkDebugf("[terminated] Incompatible colortype conversion\n"); in fuzz_img()
577 SkDebugf("[terminated] subset codec not supported\n"); in fuzz_img()
583 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) " in fuzz_img()
595 SkDebugf("[terminated] Success!\n"); in fuzz_img()
601 SkDebugf("[terminated] Not an animated image\n"); in fuzz_img()
610 SkDebugf("[terminated] failed to start incremental decode " in fuzz_img()
617 SkDebugf("okay\n"); in fuzz_img()
622 SkDebugf("okay - decoded frame %d\n", i); in fuzz_img()
624 SkDebugf("[terminated] incremental decode failed with " in fuzz_img()
629 SkDebugf("[terminated] Success!\n"); in fuzz_img()
633 SkDebugf("[terminated] Mode not implemented yet\n"); in fuzz_img()
641 SkDebugf("Decoding\n"); in fuzz_skp()
644 SkDebugf("[terminated] Couldn't decode as a picture.\n"); in fuzz_skp()
647 SkDebugf("Rendering\n"); in fuzz_skp()
655 SkDebugf("[terminated] Success! Decoded and rendered an SkPicture!\n"); in fuzz_skp()
662 SkDebugf("[terminated] Couldn't deserialize Colorspace.\n"); in fuzz_color_deserialize()
665 SkDebugf("[terminated] Success! deserialized Colorspace.\n"); in fuzz_color_deserialize()
673 SkDebugf("[terminated] path_deserialize didn't crash!\n"); in fuzz_path_deserialize()
680 SkDebugf("[terminated] Couldn't initialize SkRegion.\n"); in fuzz_region_deserialize()
683 SkDebugf("[terminated] Success! Initialized SkRegion.\n"); in fuzz_region_deserialize()
691 SkDebugf("[terminated] textblob didn't crash!\n"); in fuzz_textblob_deserialize()
699 SkDebugf("[terminated] region_set_path didn't crash!\n"); in fuzz_region_set_path()
706 SkDebugf("[terminated] filter_fuzz didn't crash!\n"); in fuzz_filter_fuzz()
720 SkDebugf("[terminated] Couldn't compile input.\n"); in fuzz_sksl2glsl()
723 SkDebugf("[terminated] Success! Compiled input.\n"); in fuzz_sksl2glsl()