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

/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java127 // See getFontMetrics comments.
262 public @NonNull IntArray getFontMetrics() { method in class:MeasuredParagraph
/frameworks/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java619 return delegate.getFontMetrics(metrics);
1314 Toolkit.getDefaultToolkit().getFontMetrics(transformedFont));
1329 private float getFontMetrics(FontMetrics metrics) { method in class:Paint_Delegate
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp579 SkScalar spacing = paint->getFontMetrics(metrics);
597 static jfloat getFontMetrics(JNIEnv* env, jobject, jlong paintHandle, jobject metricsObj) { function in namespace:android::PaintGlue
1060 (void*)PaintGlue::getFontMetrics},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1757 * is returned by getFontMetrics().
1796 public float getFontMetrics(FontMetrics metrics) { method in class:Paint
1801 * Allocates a new FontMetrics object, and then calls getFontMetrics(fm)
1804 public FontMetrics getFontMetrics() { method in class:Paint
1806 getFontMetrics(fm);
1851 * getFontMetrics().
1879 return getFontMetrics(null);

Completed in 134 milliseconds