HomeSort by relevance Sort by last modified time
    Searched full:dotextwidths (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/android/graphics/
Paint.cpp 465 static int dotextwidths(JNIEnv* env, SkPaint* paint, const jchar text[], int count, jfloatArray widths, function in class:android::SkPaintGlue
495 count = dotextwidths(env, paint, textArray + index, count, widths, bidiFlags);
504 int count = dotextwidths(env, paint, textArray + start, end - start, widths, bidiFlags);
    [all...]

Completed in 1041 milliseconds