Lines Matching refs:SkDebugf
79 SkDebugf("Parameter \"%s\" not supported.\n", string);
143 SkDebugf("\t--%s", flag->name().c_str());
146 SkDebugf(" or -%s", shortName.c_str());
148 SkDebugf(":\ttype: %s", flag->typeAsString().c_str());
150 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());
152 SkDebugf("\n");
160 SkDebugf("\t\t%s\n", currLine);
180 SkDebugf("\t\t%.*s\n", spaceIndex, currLine);
185 SkDebugf("\t\t%.*s", lineBreak, currLine);
189 SkDebugf("\n");
196 SkDebugf("Parse should only be called once at the beginning of main!\n");
216 SkDebugf("%s\n%s\n", argv[0], gUsage.c_str());
218 SkDebugf("Flags:\n");
239 SkDebugf("Requested help for unrecognized flags:\n");
241 SkDebugf("\t--%s\n", helpFlags[k]);
288 SkDebugf("Got unknown flag \"%s\". Exiting.\n", argv[i]);