Home | History | Annotate | Download | only in tools

Lines Matching refs:SkDebugf

42     SkDebugf("SKP to PDF rendering tool\n");
43 SkDebugf("\n"
47 SkDebugf("\n\n");
48 SkDebugf(
51 SkDebugf(
53 SkDebugf("\n");
54 SkDebugf(
59 SkDebugf("\n");
147 SkDebugf("Could not write to file %s\n", outputPath.c_str());
167 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
178 SkDebugf("exporting... [%i %i] %s\n", picture->width(), picture->height(),
238 SkDebugf("Missing outputDir for -w\n");
246 SkDebugf("Missing argument for --jpegQuality\n");
252 SkDebugf("Invalid argument for --jpegQuality\n");
285 SkDebugf("Failed to render %i PDFs.\n", failures);