Searched refs:nGetFontMetrics (Results 1 – 2 of 2) sorted by relevance
2074 return nGetFontMetrics(mNativePaint, metrics); in getFontMetrics()3083 private static native float nGetFontMetrics(long paintPtr, FontMetrics metrics); in nGetFontMetrics() method in Paint
601 /*package*/ static float nGetFontMetrics(long nativePaint, in nGetFontMetrics() method in Paint_Delegate