Searched defs:getFontMetrics (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp411 SkScalar spacing = paint->getFontMetrics(metrics);
441 static jfloat getFontMetrics(JNIEnv* env, jobject, jlong paintHandle, function in namespace:android::PaintGlue
977 (void*)PaintGlue::getFontMetrics},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java594 return delegate.getFontMetrics(metrics);
1290 info.mMetrics = Toolkit.getDefaultToolkit().getFontMetrics(info.mFont);
1311 private float getFontMetrics(FontMetrics metrics) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1586 * is returned by getFontMetrics().
1622 public float getFontMetrics(FontMetrics metrics) { method in class:Paint
1630 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1633 public FontMetrics getFontMetrics() { method in class:Paint
1635 getFontMetrics(fm);
1663 * getFontMetrics().
1688 return getFontMetrics(null);

Completed in 1359 milliseconds