Searched defs:getFontMetricsInt (Results 1 – 3 of 3) sorted by relevance
973 public native int getFontMetricsInt(FontMetricsInt fmi); in getFontMetricsInt() method in Paint975 public FontMetricsInt getFontMetricsInt() { in getFontMetricsInt() method in Paint
516 /*package*/ static int getFontMetricsInt(Paint thisPaint, FontMetricsInt fmi) { in getFontMetricsInt() method in Paint_Delegate
299 static jint getFontMetricsInt(JNIEnv* env, jobject paint, jobject metricsObj) { in getFontMetricsInt() function in android::SkPaintGlue