Searched refs:nGetCharWidthAt (Results 1 – 2 of 2) sorted by relevance
112 static jfloat nGetCharWidthAt(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint offset) { in nGetCharWidthAt() function176 {"nGetCharWidthAt", "(JI)F", (void*)nGetCharWidthAt}, // Critical Native
175 return nGetCharWidthAt(mNativePtr, offset); in getCharWidthAt()202 private static native float nGetCharWidthAt(long nativePtr, int offset); in nGetCharWidthAt() method in MeasuredText