Lines Matching refs:SkDebugf
46 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()
195 SkDebugf("Could not load animation: '%s'.\n", FLAGS_input[0]); in main()