Home | History | Annotate | Download | only in tools

Lines Matching refs:SkDebugf

39             SkDebugf("Missing input file\n");
47 SkDebugf("Couldn't open file\n");
60 SkDebugf("Version: %d\n", info.fVersion);
63 SkDebugf("Width: %d\n", info.fWidth);
66 SkDebugf("Height: %d\n", info.fHeight);
69 SkDebugf("Flags: 0x%x\n", info.fFlags);
92 SkDebugf("truncated file\n");
104 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize);
109 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize);
115 SkDebugf("Exiting early due to format limitations\n");
123 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize);
124 SkDebugf("Exiting early due to format limitations\n");
130 SkDebugf("SK_PICT_PICTURE_TAG %d\n", chunkSize);
131 SkDebugf("Exiting early due to format limitations\n");
137 SkDebugf("SK_PICT_BUFFER_SIZE_TAG %d\n", chunkSize);
142 SkDebugf("Unknown tag %d\n", chunkSize);
149 SkDebugf("seek error\n");