Home | History | Annotate | Download | only in graphics

Lines Matching full:dotextwidths

457     static int dotextwidths(JNIEnv* env, SkPaint* paint, const jchar text[], int count, jfloatArray widths,
487 count = dotextwidths(env, paint, textArray + index, count, widths, bidiFlags);
496 int count = dotextwidths(env, paint, textArray + start, end - start, widths, bidiFlags);