Lines Matching refs:SkDebugf
120 SkDebugf("Fuzzing %s\n", p.c_str()); in main()
132 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
143 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
201 SkDebugf("I would prefer not to.\n"); in fuzz_file()
238 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
318 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
326 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
345 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
347 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
354 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
357 SkDebugf("[terminated] Success!\n"); in fuzz_api()
368 SkDebugf("Dumped to %s\n", FLAGS_dump[0]); in dump_png()
376 SkDebugf("[terminated] Success from decoding/drawing animated image!\n"); in fuzz_animated_img()
379 SkDebugf("[terminated] Could not decode or draw animated image.\n"); in fuzz_animated_img()
386 SkDebugf("[terminated] Success from decoding/drawing image!\n"); in fuzz_image_decode()
389 SkDebugf("[terminated] Could not decode or draw image.\n"); in fuzz_image_decode()
396 SkDebugf("[terminated] Success using incremental decode!\n"); in fuzz_image_decode_incremental()
399 SkDebugf("[terminated] Could not incrementally decode and image.\n"); in fuzz_image_decode_incremental()
410 SkDebugf("[terminated] Success on Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
413 SkDebugf("[terminated] Could not use Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
423 SkDebugf("Scaling factor: %f\n", fscale); in fuzz_img()
427 SkDebugf("Mode: %d\n", mode); in fuzz_img()
430 SkDebugf("Decoding\n"); in fuzz_img()
433 SkDebugf("[terminated] Couldn't create codec.\n"); in fuzz_img()
446 SkDebugf("[terminated] Could not allocate memory. Image might be too large (%d x %d)", in fuzz_img()
455 SkDebugf("[terminated] Success!\n"); in fuzz_img()
458 SkDebugf("[terminated] Partial Success\n"); in fuzz_img()
461 SkDebugf("[terminated] Partial Success with error\n"); in fuzz_img()
464 SkDebugf("Incompatible colortype conversion\n"); in fuzz_img()
468 SkDebugf("[terminated] Couldn't getPixels.\n"); in fuzz_img()
475 SkDebugf("[terminated] Could not start scanline decoder\n"); in fuzz_img()
485 SkDebugf("[terminated] Success!\n"); in fuzz_img()
501 SkDebugf("[terminated] Could not start top-down scanline decoder\n"); in fuzz_img()
521 SkDebugf("[terminated] Failed to restart scanline decoder with same parameters.\n"); in fuzz_img()
536 SkDebugf("[terminated] Success!\n"); in fuzz_img()
546 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big " in fuzz_img()
579 SkDebugf("[terminated] Could not install pixels.\n"); in fuzz_img()
588 SkDebugf("okay\n"); in fuzz_img()
593 SkDebugf("[terminated] Incompatible colortype conversion\n"); in fuzz_img()
601 SkDebugf("[terminated] subset codec not supported\n"); in fuzz_img()
607 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) " in fuzz_img()
619 SkDebugf("[terminated] Success!\n"); in fuzz_img()
625 SkDebugf("[terminated] Not an animated image\n"); in fuzz_img()
634 SkDebugf("[terminated] failed to start incremental decode " in fuzz_img()
641 SkDebugf("okay\n"); in fuzz_img()
646 SkDebugf("okay - decoded frame %d\n", i); in fuzz_img()
648 SkDebugf("[terminated] incremental decode failed with " in fuzz_img()
653 SkDebugf("[terminated] Success!\n"); in fuzz_img()
657 SkDebugf("[terminated] Mode not implemented yet\n"); in fuzz_img()
665 SkDebugf("Decoding\n"); in fuzz_skp()
668 SkDebugf("[terminated] Couldn't decode as a picture.\n"); in fuzz_skp()
671 SkDebugf("Rendering\n"); in fuzz_skp()
679 SkDebugf("[terminated] Success! Decoded and rendered an SkPicture!\n"); in fuzz_skp()
686 SkDebugf("[terminated] Couldn't deserialize Colorspace.\n"); in fuzz_color_deserialize()
689 SkDebugf("[terminated] Success! deserialized Colorspace.\n"); in fuzz_color_deserialize()
697 SkDebugf("[terminated] path_deserialize didn't crash!\n"); in fuzz_path_deserialize()
704 SkDebugf("[terminated] Couldn't initialize SkRegion.\n"); in fuzz_region_deserialize()
707 SkDebugf("[terminated] Success! Initialized SkRegion.\n"); in fuzz_region_deserialize()
715 SkDebugf("[terminated] textblob didn't crash!\n"); in fuzz_textblob_deserialize()
723 SkDebugf("[terminated] region_set_path didn't crash!\n"); in fuzz_region_set_path()
730 SkDebugf("[terminated] filter_fuzz didn't crash!\n"); in fuzz_filter_fuzz()
737 SkDebugf("[terminated] Success! Compiled input to GLSL.\n"); in fuzz_sksl2glsl()
739 SkDebugf("[terminated] Could not compile input to GLSL.\n"); in fuzz_sksl2glsl()
747 SkDebugf("[terminated] Success! Compiled input to SPIRV.\n"); in fuzz_sksl2spirv()
749 SkDebugf("[terminated] Could not compile input to SPIRV.\n"); in fuzz_sksl2spirv()
757 SkDebugf("[terminated] Success! Compiled input to Metal.\n"); in fuzz_sksl2metal()
759 SkDebugf("[terminated] Could not compile input to Metal.\n"); in fuzz_sksl2metal()
767 SkDebugf("[terminated] Success! Compiled input to pipeline stage.\n"); in fuzz_sksl2pipeline()
769 SkDebugf("[terminated] Could not compile input to pipeline stage.\n"); in fuzz_sksl2pipeline()
777 SkDebugf("[terminated] Did not crash while deserializing an SkDescriptor.\n"); in fuzz_skdescriptor_deserialize()