Lines Matching refs:str
20 static void log_error(const SkString& str) { log_error(str.c_str()); }
21 static void log_progress(const SkString& str) { log_progress(str.c_str()); }
106 SkString str;
107 make_filename(name, &str);
108 str.appendf("_%s.png", config);
109 str.prepend(dir);
110 ::remove(str.c_str());
111 SkImageEncoder::EncodeFile(str.c_str(), copy, SkImageEncoder::kPNG_Type,
280 SkString str;
281 str.printf("unrecognized config %s\n", *argv);
282 log_error(str);
298 SkString str;
299 str.printf("unrecognized arg %s\n", *argv);
300 log_error(str);
324 SkString str;
325 str.printf("running bench [%d %d] %16s", dim.fX, dim.fY,
327 log_progress(str);
376 SkString str;
377 str.printf(" %4s: msecs = %7.2f, fps = %7.2f", configName,
379 log_progress(str);