Searched refs:dotextwidths (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 417 …static int dotextwidths(JNIEnv* env, SkPaint* paint, const jchar text[], int count, jfloatArray wi… in dotextwidths() function in android::SkPaintGlue 453 count = dotextwidths(env, paint, textArray + index, count, widths); in getTextWidths___CII_F() 462 int count = dotextwidths(env, paint, textArray + start, end - start, widths); in getTextWidths__StringII_F()
|