• Home
  • Raw
  • Download

Lines Matching refs:SkDebugf

113         SkDebugf("Fuzzing %s\n", p.c_str());  in main()
125 SkDebugf("Could not read %s\n", path.c_str()); in fuzz_file()
136 SkDebugf("Could not autodetect type of %s\n", path.c_str()); in fuzz_file()
194 SkDebugf("I would prefer not to.\n"); in fuzz_file()
223 SkDebugf("Unknown type %s\n", type.c_str()); in fuzz_file()
300 SkDebugf("[terminated] Done parsing!\n"); in fuzz_json()
308 SkDebugf("[terminated] Done animating!\n"); in fuzz_skottie_json()
327 SkDebugf("When using --type api, please choose an API to fuzz with --name/-n:\n"); in print_api_names()
329 SkDebugf("\t%s\n", fuzzable.name); in print_api_names()
336 SkDebugf("Fuzzing %s...\n", fuzzable.name); in fuzz_api()
339 SkDebugf("[terminated] Success!\n"); in fuzz_api()
350 SkDebugf("Dumped to %s\n", FLAGS_dump[0]); in dump_png()
358 SkDebugf("[terminated] Success from decoding/drawing animated image!\n"); in fuzz_animated_img()
361 SkDebugf("[terminated] Could not decode or draw animated image.\n"); in fuzz_animated_img()
368 SkDebugf("[terminated] Success from decoding/drawing image!\n"); in fuzz_image_decode()
371 SkDebugf("[terminated] Could not decode or draw image.\n"); in fuzz_image_decode()
378 SkDebugf("[terminated] Success using incremental decode!\n"); in fuzz_image_decode_incremental()
381 SkDebugf("[terminated] Could not incrementally decode and image.\n"); in fuzz_image_decode_incremental()
392 SkDebugf("[terminated] Success on Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
395 SkDebugf("[terminated] Could not use Android Codec sampleSize=%u!\n", sampleSize); in fuzz_android_codec()
405 SkDebugf("Scaling factor: %f\n", fscale); in fuzz_img()
409 SkDebugf("Mode: %d\n", mode); in fuzz_img()
412 SkDebugf("Decoding\n"); in fuzz_img()
415 SkDebugf("[terminated] Couldn't create codec.\n"); in fuzz_img()
428 SkDebugf("[terminated] Could not allocate memory. Image might be too large (%d x %d)", in fuzz_img()
437 SkDebugf("[terminated] Success!\n"); in fuzz_img()
440 SkDebugf("[terminated] Partial Success\n"); in fuzz_img()
443 SkDebugf("[terminated] Partial Success with error\n"); in fuzz_img()
446 SkDebugf("Incompatible colortype conversion\n"); in fuzz_img()
450 SkDebugf("[terminated] Couldn't getPixels.\n"); in fuzz_img()
457 SkDebugf("[terminated] Could not start scanline decoder\n"); in fuzz_img()
467 SkDebugf("[terminated] Success!\n"); in fuzz_img()
483 SkDebugf("[terminated] Could not start top-down scanline decoder\n"); in fuzz_img()
503 SkDebugf("[terminated] Failed to restart scanline decoder with same parameters.\n"); in fuzz_img()
518 SkDebugf("[terminated] Success!\n"); in fuzz_img()
528 SkDebugf("[terminated] Cannot codec subset: divisor %d is too big " in fuzz_img()
561 SkDebugf("[terminated] Could not install pixels.\n"); in fuzz_img()
570 SkDebugf("okay\n"); in fuzz_img()
575 SkDebugf("[terminated] Incompatible colortype conversion\n"); in fuzz_img()
583 SkDebugf("[terminated] subset codec not supported\n"); in fuzz_img()
589 SkDebugf("[terminated] subset codec failed to decode (%d, %d, %d, %d) " in fuzz_img()
601 SkDebugf("[terminated] Success!\n"); in fuzz_img()
607 SkDebugf("[terminated] Not an animated image\n"); in fuzz_img()
616 SkDebugf("[terminated] failed to start incremental decode " in fuzz_img()
623 SkDebugf("okay\n"); in fuzz_img()
628 SkDebugf("okay - decoded frame %d\n", i); in fuzz_img()
630 SkDebugf("[terminated] incremental decode failed with " in fuzz_img()
635 SkDebugf("[terminated] Success!\n"); in fuzz_img()
639 SkDebugf("[terminated] Mode not implemented yet\n"); in fuzz_img()
647 SkDebugf("Decoding\n"); in fuzz_skp()
650 SkDebugf("[terminated] Couldn't decode as a picture.\n"); in fuzz_skp()
653 SkDebugf("Rendering\n"); in fuzz_skp()
661 SkDebugf("[terminated] Success! Decoded and rendered an SkPicture!\n"); in fuzz_skp()
668 SkDebugf("[terminated] Couldn't deserialize Colorspace.\n"); in fuzz_color_deserialize()
671 SkDebugf("[terminated] Success! deserialized Colorspace.\n"); in fuzz_color_deserialize()
679 SkDebugf("[terminated] path_deserialize didn't crash!\n"); in fuzz_path_deserialize()
686 SkDebugf("[terminated] Couldn't initialize SkRegion.\n"); in fuzz_region_deserialize()
689 SkDebugf("[terminated] Success! Initialized SkRegion.\n"); in fuzz_region_deserialize()
697 SkDebugf("[terminated] textblob didn't crash!\n"); in fuzz_textblob_deserialize()
705 SkDebugf("[terminated] region_set_path didn't crash!\n"); in fuzz_region_set_path()
712 SkDebugf("[terminated] filter_fuzz didn't crash!\n"); in fuzz_filter_fuzz()
719 SkDebugf("[terminated] Success! Compiled input to GLSL.\n"); in fuzz_sksl2glsl()
721 SkDebugf("[terminated] Could not compile input to GLSL.\n"); in fuzz_sksl2glsl()
729 SkDebugf("[terminated] Success! Compiled input to SPIRV.\n"); in fuzz_sksl2spirv()
731 SkDebugf("[terminated] Could not compile input to SPIRV.\n"); in fuzz_sksl2spirv()
739 SkDebugf("[terminated] Success! Compiled input to Metal.\n"); in fuzz_sksl2metal()
741 SkDebugf("[terminated] Could not compile input to Metal.\n"); in fuzz_sksl2metal()