Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2347 nGetFontMetricsIntForText(mNativePaint, (String) text, start, count, contextStart, in getFontMetricsInt()
2353 nGetFontMetricsIntForText(mNativePaint, buf, start - contextStart, count, 0, in getFontMetricsInt()
2408 nGetFontMetricsIntForText(mNativePaint, text, start, count, contextStart, contextCount, in getFontMetricsInt()
3689 private static native void nGetFontMetricsIntForText(long paintPtr, char[] text, in nGetFontMetricsIntForText() method in Paint
3692 private static native void nGetFontMetricsIntForText(long paintPtr, String text, in nGetFontMetricsIntForText() method in Paint