Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2190 nGetFontMetricsIntForText(mNativePaint, (String) text, start, count, contextStart, in getFontMetricsInt()
2196 nGetFontMetricsIntForText(mNativePaint, buf, start - contextStart, count, 0, in getFontMetricsInt()
2251 nGetFontMetricsIntForText(mNativePaint, text, start, count, contextStart, contextCount, in getFontMetricsInt()
3384 private static native void nGetFontMetricsIntForText(long paintPtr, char[] text, in nGetFontMetricsIntForText() method in Paint
3387 private static native void nGetFontMetricsIntForText(long paintPtr, String text, in nGetFontMetricsIntForText() method in Paint