Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2074 return nGetFontMetrics(mNativePaint, metrics); in getFontMetrics()
3083 private static native float nGetFontMetrics(long paintPtr, FontMetrics metrics); in nGetFontMetrics() method in Paint
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java601 /*package*/ static float nGetFontMetrics(long nativePaint, in nGetFontMetrics() method in Paint_Delegate