Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.cpp802 static void doTextBounds(JNIEnv* env, const jchar* text, int count, in doTextBounds() function in android::SkPaintGlue
817 doTextBounds(env, textArray + start, end - start, bounds, *paint); in getStringBounds()
825 doTextBounds(env, textArray + index, count, bounds, *paint); in getCharArrayBounds()