Lines Matching refs:SkDebugf
128 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
149 SkDebugf("Could not open file %s\n", inputPath.c_str());
164 SkDebugf("deserializing... %s\n", inputPath.c_str());
169 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
186 SkDebugf("drawing... [%i %i] %s\n", picture->width(), picture->height(),
201 SkDebugf("Could not write to file %s\n", outputPath->c_str());
269 SkDebugf("Failed to draw the picture.\n");
294 SkDebugf("Failed to draw the reference picture.\n");
301 SkDebugf("Expected image width: %i, actual image width %i.\n",
308 SkDebugf("Expected image height: %i, actual image height %i",
323 SkDebugf("Expected pixel at (%i %i) exceedds maximum "
338 SkDebugf("Number of pixels with max diff of %i is %i\n", i, diffs[i]);
370 SkDebugf("Failed to draw the picture.\n");
387 SkDebugf("process_input, %s\n", input);
405 SkDebugf(warning.c_str());
416 SkDebugf(".skp files or directories are required.\n");
421 SkDebugf("--maxComponentDiff must be between 0 and 256\n");
426 SkDebugf("--maxComponentDiff requires --validate\n");
431 SkDebugf("--clone must be >= 0. Was %i\n", FLAGS_clone);
437 SkDebugf("--writeEncodedImages requires --writePath\n");
441 SkDebugf("--writeEncodedImages is not compatible with --deferImageDecoding\n");
450 SkDebugf("%s\n", errorString.c_str());
474 SkDebugf("Failed to render %i pictures.\n", failures);