Home
last modified time | relevance | path

Searched refs:gFontMetrics_bottom (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp236 static jfieldID gFontMetrics_bottom; variable
492 env->SetFloatField(metrics, gFontMetrics_bottom, SkScalarToFloat(skmetrics.fBottom)); in set_metrics()
814 gFontMetrics_bottom = GetFieldIDOrDie(env, gFontMetrics_class, "bottom", "F"); in register_android_graphics_Graphics()