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