HomeSort by relevance Sort by last modified time
    Searched refs:SkStringPrintf (Results 1 - 9 of 9) sorted by null

  /external/skia/bench/
ResultsWriter.h 59 fLogger.logProgress(SkStringPrintf(" %s=%s", name, value));
62 fLogger.logProgress(SkStringPrintf(
66 fLogger.logProgress(SkStringPrintf(" %s:", name));
69 fLogger.logProgress(SkStringPrintf(" %s = ", name));
70 fLogger.logProgress(SkStringPrintf(fTimeFormat, ms));
113 fBench = &fResults[SkStringPrintf( "%s_%d_%d", name, x, y).c_str()];
benchmain.cpp 376 logger.logError(SkStringPrintf(
384 logger.logError(SkStringPrintf(
401 writer.option("alpha", SkStringPrintf("0x%02X", alpha).c_str());
402 writer.option("antialias", SkStringPrintf("%d", FLAGS_forceAA).c_str());
403 writer.option("filter", SkStringPrintf("%d", FLAGS_forceFilter).c_str());
406 writer.option("rotate", SkStringPrintf("%d", FLAGS_rotate).c_str());
407 writer.option("scale", SkStringPrintf("%d", FLAGS_scale).c_str());
408 writer.option("clip", SkStringPrintf("%d", FLAGS_clip).c_str());
509 logger.logError(SkStringPrintf(
575 logger.logError(SkStringPrintf(
    [all...]
  /external/skia/tools/
skimage_main.cpp 229 return SkStringPrintf("%s_%s.png", filename, FLAGS_config[0]);
541 SkString failure = SkStringPrintf("failed to decode bounds for %s", srcPath);
546 SkString failure = SkStringPrintf("bounds do not match for %s", srcPath);
595 SkString subsetDim = SkStringPrintf("[%d,%d,%d,%d]", rect.fLeft, rect.fTop,
598 SkString subsetName = SkStringPrintf("%s-%s", filename, subsetDim.c_str());
    [all...]
render_pictures_main.cpp 122 SkString name = SkStringPrintf("%s_%d%s", gInputFileName.c_str(), gImageNo++,
  /external/chromium_org/third_party/skia/include/core/
SkString.h 240 SkString SkStringPrintf(const char* format, ...);
  /external/skia/include/core/
SkString.h 240 SkString SkStringPrintf(const char* format, ...);
  /external/skia/tests/
StringTest.cpp 178 REPORTER_ASSERT(reporter, SkStringPrintf("%i", 0).equals("0"));
  /external/chromium_org/third_party/skia/src/core/
SkString.cpp 629 SkString SkStringPrintf(const char* format, ...) {
  /external/skia/src/core/
SkString.cpp 629 SkString SkStringPrintf(const char* format, ...) {

Completed in 775 milliseconds