Home | History | Annotate | Download | only in bench

Lines Matching refs:fFullName

198     SkString    fFullName;
208 fFullName.set(INHERITED::onGetName());
210 fFullName.append("_scale");
213 fFullName.append("_rotate");
216 fFullName.append("_bilerp");
218 fFullName.append("_bicubic");
221 return fFullName.c_str();
276 SkString fFullName;
287 fFullName.set(INHERITED::onGetName());
290 fFullName.append("_source_opaque");
292 fFullName.append("_source_transparent");
294 fFullName.append("_source_stripes_two");
296 fFullName.append("_source_stripes_three");
299 return fFullName.c_str();