Searched refs:nGetWidths (Results 1 – 3 of 3) sorted by relevance
170 static void nGetWidths(JNIEnv* env, jclass, jlong nativePtr, jfloatArray widths) { in nGetWidths() function187 {"nGetWidths", "(J[F)V", (void*) nGetWidths},
119 /*package*/ static void nGetWidths(long nativeBuilder, float[] floatsArray) { in nGetWidths() method in StaticLayout_Delegate
738 nGetWidths(b.mNativePtr, widths);1265 private static native void nGetWidths(long nativePtr, float[] widths);