Lines Matching refs:SkDebugf
88 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
146 void CommandLineFlags::PrintUsage() { SkDebugf("%s", gUsage.c_str()); } in PrintUsage()
176 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
181 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
188 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
191 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
193 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
195 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
197 SkDebugf("\n"); in print_help_for_flag()
200 SkDebugf("\n"); in print_help_for_flag()
205 SkDebugf("\n"); in print_extended_help_for_flag()
220 SkDebugf("Parse should only be called once at the beginning of main!\n"); in Parse()
241 SkDebugf("%s\n%s\n", argv[0], gUsage.c_str()); in Parse()
244 SkDebugf("Flags:\n"); in Parse()
257 SkDebugf(" Use '--help %s' for more information.\n", in Parse()
274 SkDebugf("Requested help for unrecognized flags:\n"); in Parse()
276 SkDebugf(" --%s\n", helpFlags[k]); in Parse()
340 SkDebugf("Got unknown flag '%s'. Exiting.\n", argv[i]); in Parse()