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