Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/text/
DMeasuredText.cpp110 static jfloat nGetCharWidthAt(jlong ptr, jint offset) { in nGetCharWidthAt() function
158 {"nGetCharWidthAt", "(JI)F", (void*) nGetCharWidthAt}, // Critical Native
/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java127 return nGetCharWidthAt(mNativePtr, offset); in getCharWidthAt()
154 private static native float nGetCharWidthAt(long nativePtr, int offset); in nGetCharWidthAt() method in MeasuredText
/frameworks/layoutlib/bridge/src/android/graphics/text/
DMeasuredText_Delegate.java74 /*package*/ static float nGetCharWidthAt(long nativePtr, int offset) { in nGetCharWidthAt() method in MeasuredText_Delegate