Searched refs:dotextwidths (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp455 static int dotextwidths(JNIEnv* env, SkPaint* paint, const jchar text[], int count, jfloatArray widths) { function in class:android::SkPaintGlue
483 count = dotextwidths(env, paint, textArray + index, count, widths);
492 int count = dotextwidths(env, paint, textArray + start, end - start, widths);

Completed in 50 milliseconds