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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp583 SkScalar spacing = paint->getFontMetrics(metrics);
601 static jfloat getFontMetrics(JNIEnv* env, jobject, jlong paintHandle, function in namespace:android::PaintGlue
1014 (void*)PaintGlue::getFontMetrics},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java583 return delegate.getFontMetrics(metrics);
1273 info.mMetrics = Toolkit.getDefaultToolkit().getFontMetrics(info.mFont);
1294 private float getFontMetrics(FontMetrics metrics) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1669 * is returned by getFontMetrics().
1705 public float getFontMetrics(FontMetrics metrics) { method in class:Paint
1710 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1713 public FontMetrics getFontMetrics() { method in class:Paint
1715 getFontMetrics(fm);
1760 * getFontMetrics().
1782 return getFontMetrics(null);

Completed in 5468 milliseconds