Searched defs:labelWidth (Results 1 – 3 of 3) sorted by relevance
70 const labelWidth = ctx.measureText(label).width; constant114 const labelWidth = ctx.measureText(label).width; constant
71 final float labelWidth = (int)(labelSize.width + mXAxis.getXOffset() * 3.5f); in computeSize() local
86 final float labelWidth = labelSize.width; in computeSize() local