Lines Matching refs:SkDebugf
93 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
154 SkDebugf("%s", gUsage.c_str()); in PrintUsage()
185 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
190 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
197 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
200 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
202 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
204 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
206 SkDebugf("\n"); in print_help_for_flag()
209 SkDebugf("\n"); in print_help_for_flag()
214 SkDebugf("\n"); in print_extended_help_for_flag()
229 SkDebugf("Parse should only be called once at the beginning of main!\n"); in Parse()
249 SkDebugf("%s\n%s\n", argv[0], gUsage.c_str()); in Parse()
251 SkDebugf("Flags:\n"); in Parse()
265 SkDebugf(" Use '--help %s' for more information.\n", in Parse()
283 SkDebugf("Requested help for unrecognized flags:\n"); in Parse()
285 SkDebugf(" --%s\n", helpFlags[k]); in Parse()
345 SkDebugf("FYI: ignoring unknown flag '%s'.\n", argv[i]); in Parse()
347 SkDebugf("Got unknown flag '%s'. Exiting.\n", argv[i]); in Parse()