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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp792 static void doTextBounds(JNIEnv* env, const jchar* text, int count, function in class:android::SkPaintGlue
812 doTextBounds(env, textArray + start, end - start, bounds, *paint);
820 doTextBounds(env, textArray + index, count, bounds, *paint);

Completed in 34 milliseconds