Lines Matching refs:fName
34 SkString fName; member in DashBench
48 fName.printf("dash_%d_%s", width, doClip ? "clipped" : "noclip"); in DashBench()
61 return fName.c_str(); in onGetName()
103 fName.append("_rect"); in RectDashBench()
175 SkString fName; member in MakeDashBench
181 fName.printf("makedash_%s", name); in MakeDashBench()
190 return fName.c_str(); in onGetName()
211 SkString fName; member in DashLineBench
218 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square"); in DashLineBench()
228 return fName.c_str(); in onGetName()
248 SkString fName; member in DrawPointsDashingBench
257 fName.printf("drawpointsdash_%d_%d%s", dashLength, strokeWidth, doAA ? "_aa" : "_bw"); in DrawPointsDashingBench()
267 return fName.c_str(); in onGetName()
296 SkString fName; member in GiantDashBench
316 fName.printf("giantdashline_%s_%g", LineTypeName(lt), width); in GiantDashBench()
352 return fName.c_str(); in onGetName()
374 SkString fName; member in DashGridBench
382 fName.printf("dashgrid_%d_%d%s", dashLength, strokeWidth, doAA ? "_aa" : "_bw"); in DashGridBench()
392 return fName.c_str(); in onGetName()