Searched refs:doTextBounds (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Paint.cpp | 342 static void doTextBounds(JNIEnv* env, const jchar* text, int count, jobject bounds, in doTextBounds() function 363 doTextBounds(env, textArray + start, end - start, bounds, *paint, typeface, bidiFlags); in getStringBounds() 372 doTextBounds(env, textArray + index, count, bounds, *paint, typeface, bidiFlags); in getCharArrayBounds()
|