Home
last modified time | relevance | path

Searched refs:nGetCharWidthAt (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/text/
H A DMeasuredText.cpp113 static jfloat nGetCharWidthAt(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint offset) { in nGetCharWidthAt() function
177 {"nGetCharWidthAt", "(JI)F", (void*)nGetCharWidthAt}, // Critical Native
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DMeasuredText.java163 return nGetCharWidthAt(mNativePtr, offset); in getCharWidthAt()
190 private static native float nGetCharWidthAt(long nativePtr, int offset); in nGetCharWidthAt() method in MeasuredText