Home | History | Annotate | Download | only in debugger

Lines Matching refs:tmpStr

2481         SkAutoTDelete<SkString> tmpStr(new SkString);
2482 tmpStr->printf("==== Run [%d] ====", runs++);
2483 fInfo.push(tmpStr.release());
2486 tmpStr.reset(new SkString("GlyphPositioning: "));
2487 tmpStr->append(gPositioningLabels[iter.positioning()]);
2488 fInfo.push(tmpStr.release());