Home
last modified time | relevance | path

Searched refs:nativeGetWidth (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DLargeBitmap.java63 return nativeGetWidth(mNativeLargeBitmap); in getWidth()
115 private static native int nativeGetWidth(long nativeLbm); in nativeGetWidth() method in LargeBitmap
DPicture.java104 return nativeGetWidth(mNativePicture); in getWidth()
176 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() method in Picture
DBitmapRegionDecoder.java203 return nativeGetWidth(mNativeBitmapRegionDecoder); in getWidth()
266 private static native int nativeGetWidth(long lbm); in nativeGetWidth() method in BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp242 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() function
263 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/media/java/android/media/
DImageWriter.java696 mWidth = nativeGetWidth(); in getWidth()
843 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageWriter.WriterSurfaceImage
DImageReader.java852 width = nativeGetWidth(); in getWidth()
1018 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageReader.SurfaceImage
/frameworks/base/core/java/android/view/
DSurface.java71 private static native int nativeGetWidth(long nativeObject); in nativeGetWidth() method in Surface
383 nativeGetWidth(mNativeObject), in lockHardwareCanvas()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp479 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function
609 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },