Searched refs:doFontExtent (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Paint.cpp | 606 static void doFontExtent(JNIEnv* env, jlong paintHandle, const jchar buf[], jint start, in doFontExtent() function 632 doFontExtent(env, paintHandle, textArray.get() + ctxStart, start - ctxStart, count, in getFontMetricsIntForText___C() 642 doFontExtent(env, paintHandle, textChars.get() + ctxStart, start - ctxStart, count, in getFontMetricsIntForText___String()
|