Searched defs:getFontMetrics (Results 1 – 3 of 3) sorted by relevance
563 /*package*/ static float getFontMetrics(Paint thisPaint, FontMetrics metrics) { in getFontMetrics() method in Paint_Delegate1211 private float getFontMetrics(FontMetrics metrics) { in getFontMetrics() method in Paint_Delegate
1380 public native float getFontMetrics(FontMetrics metrics); in getFontMetrics() method in Paint1386 public FontMetrics getFontMetrics() { in getFontMetrics() method in Paint
478 static jfloat getFontMetrics(JNIEnv* env, jobject paint, jobject metricsObj) { in getFontMetrics() function in android::PaintGlue