Paint.cpp | 590 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); [all...] |