Searched refs:sTextWidthBounds (Results 1 – 1 of 1) sorted by relevance
54 private static final Rect sTextWidthBounds = new Rect(); field in TypefaceUtils64 paint.getTextBounds(referenceChar, 0, 1, sTextWidthBounds); in getCharWidth()65 final float width = sTextWidthBounds.width(); in getCharWidth()