Home
last modified time | relevance | path

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

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