Home | History | Annotate | Download | only in tools

Lines Matching refs:SkStringPrintf

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());