Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp342 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()