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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp433 static SkScalar getMetricsInternal(JNIEnv* env, jobject jpaint, Paint::FontMetrics *metrics) { function in class:android::PaintGlue
467 getMetricsInternal(env, paint, &metrics);
474 getMetricsInternal(env, paint, &metrics);
481 SkScalar spacing = getMetricsInternal(env, paint, &metrics);
498 getMetricsInternal(env, paint, &metrics);

Completed in 31 milliseconds