Home
last modified time | relevance | path

Searched refs:nGetGlyphBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java678 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