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