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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp350 static void doTextBounds(JNIEnv* env, const jchar* text, int count, jobject bounds, function in namespace:android::PaintGlue
372 doTextBounds(env, textArray + start, end - start, bounds, *paint, typeface, bidiFlags);
381 doTextBounds(env, textArray + index, count, bounds, *paint, typeface, bidiFlags);

Completed in 123 milliseconds