Home
last modified time | relevance | path

Searched defs:nGetWidth (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/text/
H A DMeasuredText.cpp104 static jfloat nGetWidth(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint start, jint end) { in nGetWidth() function
/aosp14/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java421 private static native int nGetWidth(long nativeObject); in nGetWidth() method in HardwareBuffer
/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DMeasuredText.java176 private static native float nGetWidth(/* Non Zero */ long nativePtr, in nGetWidth() method in MeasuredText
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1891 private static native int nGetWidth(long renderNode); in nGetWidth() method in RenderNode