Searched defs:getFontMetrics (Results 1 – 3 of 3) sorted by relevance
530 /*package*/ static float getFontMetrics(Paint thisPaint, FontMetrics metrics) { in getFontMetrics() method in Paint_Delegate1239 private float getFontMetrics(FontMetrics metrics) { in getFontMetrics() method in Paint_Delegate
1150 public native float getFontMetrics(FontMetrics metrics); in getFontMetrics() method in Paint1156 public FontMetrics getFontMetrics() { in getFontMetrics() method in Paint
301 static jfloat getFontMetrics(JNIEnv* env, jobject paint, jobject metricsObj) { in getFontMetrics() function in android::SkPaintGlue