Home | History | Annotate | Download | only in tests

Lines Matching defs:outStr

68         SkString outStr;
69 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
70 return outStr;
516 SkString outStr(result->status());
517 stream->write(outStr.c_str(), outStr.size());
557 SkString outStr(result.status());
558 statusStream.write(outStr.c_str(), outStr.size());
561 SkDebugf("%s", outStr.c_str());