Searched refs:nGetCharWidthAt (Results 1 – 3 of 3) sorted by relevance
110 static jfloat nGetCharWidthAt(jlong ptr, jint offset) { in nGetCharWidthAt() function158 {"nGetCharWidthAt", "(JI)F", (void*) nGetCharWidthAt}, // Critical Native
127 return nGetCharWidthAt(mNativePtr, offset); in getCharWidthAt()154 private static native float nGetCharWidthAt(long nativePtr, int offset); in nGetCharWidthAt() method in MeasuredText
74 /*package*/ static float nGetCharWidthAt(long nativePtr, int offset) { in nGetCharWidthAt() method in MeasuredText_Delegate