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