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