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