Searched defs:dotextwidths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp590 static int dotextwidths(JNIEnv* env, Paint* paint, TypefaceImpl* typeface, const jchar text[], int count, function in class:android::PaintGlue
623 count = dotextwidths(env, paint, typeface, textArray + index, count, widths, bidiFlags);
634 int count = dotextwidths(env, paint, typeface, textArray + start, end - start, widths, bidiFlags);

Completed in 61 milliseconds