Lines Matching refs:SkDebugf
86 SkDebugf("Parameter \"%s\" not supported.\n", string); in parse_bool_arg()
147 SkDebugf("%s", gUsage.c_str()); in PrintUsage()
178 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()
183 SkDebugf(" %.*s", lineBreak, currLine); in print_indented()
190 SkDebugf(" --%s", flag->name().c_str()); in print_help_for_flag()
193 SkDebugf(" or -%s", shortName.c_str()); in print_help_for_flag()
195 SkDebugf(":\ttype: %s", flag->typeAsString().c_str()); in print_help_for_flag()
197 SkDebugf("\tdefault: %s", flag->defaultValue().c_str()); in print_help_for_flag()
199 SkDebugf("\n"); in print_help_for_flag()
202 SkDebugf("\n"); in print_help_for_flag()
207 SkDebugf("\n"); in print_extended_help_for_flag()
222 SkDebugf("Parse should only be called once at the beginning of main!\n"); in Parse()
243 SkDebugf("%s\n%s\n", argv[0], gUsage.c_str()); in Parse()
246 SkDebugf("Flags:\n"); in Parse()
261 SkDebugf(" Use '--help %s' for more information.\n", in Parse()
279 SkDebugf("Requested help for unrecognized flags:\n"); in Parse()
281 SkDebugf(" --%s\n", helpFlags[k]); in Parse()
350 SkDebugf("Got unknown flag '%s'. Exiting.\n", argv[i]); in Parse()