Home | History | Annotate | Download | only in tests

Lines Matching refs:outStr

178         SkString outStr;
179 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
180 return outStr;
184 SkString outStr;
185 outStr.printf("dir=%d %s ", fDirNo, fFilename);
187 outStr.appendf(" err=%d", fPixelError);
190 outStr.appendf(" time=%d", fTime);
193 outStr.appendf(" scale=%d", fScale);
195 outStr.appendf("\n");
196 return outStr;