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 457 static int dotextwidths(JNIEnv* env, SkPaint* paint, const jchar text[], int count, jfloatArray widths, function in class:android::SkPaintGlue
487 count = dotextwidths(env, paint, textArray + index, count, widths, bidiFlags);
496 int count = dotextwidths(env, paint, textArray + start, end - start, widths, bidiFlags);
    [all...]

Completed in 64 milliseconds