Lines Matching refs:fName
35 SkString fName; member in DashBench
49 fName.printf("dash_%d_%s", width, doClip ? "clipped" : "noclip"); in DashBench()
62 return fName.c_str(); in onGetName()
105 fName.append("_rect"); in RectDashBench()
179 SkString fName; member in MakeDashBench
185 fName.printf("makedash_%s", name); in MakeDashBench()
194 return fName.c_str(); in onGetName()
215 SkString fName; member in DashLineBench
222 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square"); in DashLineBench()
232 return fName.c_str(); in onGetName()
252 SkString fName; member in DrawPointsDashingBench
261 fName.printf("drawpointsdash_%d_%d%s", dashLength, strokeWidth, doAA ? "_aa" : "_bw"); in DrawPointsDashingBench()
271 return fName.c_str(); in onGetName()
300 SkString fName; member in GiantDashBench
320 fName.printf("giantdashline_%s_%g", LineTypeName(lt), width); in GiantDashBench()
357 return fName.c_str(); in onGetName()
379 SkString fName; member in DashGridBench
387 fName.printf("dashgrid_%d_%d%s", dashLength, strokeWidth, doAA ? "_aa" : "_bw"); in DashGridBench()
397 return fName.c_str(); in onGetName()