Searched refs:nGetGlyphBounds (Results 1 – 1 of 1) sorted by relevance
678 return nGetGlyphBounds(mNativePtr, glyphId, paint.getNativeInstance(), outBoundingBox); in getGlyphBounds()896 private static native float nGetGlyphBounds(long font, int glyphId, long paint, RectF rect); in nGetGlyphBounds() method in Font