Searched defs:nGetWidth (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/jni/text/ |
D | MeasuredText.cpp | 103 static jfloat nGetWidth(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint start, jint end) { in nGetWidth() function 171 {"nGetWidth", "(JII)F", (void*)nGetWidth}, // Critical Natives in nGetWidth() method
|
/frameworks/base/core/java/android/hardware/ |
D | HardwareBuffer.java | 469 private static native int nGetWidth(long nativeObject); in nGetWidth() method in HardwareBuffer
|
/frameworks/base/core/jni/ |
D | android_hardware_HardwareBuffer.cpp | 286 { "nGetWidth", "(J)I", (void*) android_hardware_HardwareBuffer_getWidth }, in nGetWidth() method
|
/frameworks/base/graphics/java/android/graphics/text/ |
D | MeasuredText.java | 189 private static native float nGetWidth(/* Non Zero */ long nativePtr, in nGetWidth() method in MeasuredText
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 878 {"nGetWidth", "(J)I", (void*)android_view_RenderNode_getWidth}, in nGetWidth() method
|
D | android_graphics_Canvas.cpp | 800 {"nGetWidth", "(J)I", (void*)CanvasJNI::getWidth}, in nGetWidth() method
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 1953 private static native int nGetWidth(long renderNode); in nGetWidth() method in RenderNode
|