Searched refs:nativeGetWidth (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | LargeBitmap.java | 63 return nativeGetWidth(mNativeLargeBitmap); in getWidth() 115 private static native int nativeGetWidth(long nativeLbm); in nativeGetWidth() method in LargeBitmap
|
D | Picture.java | 104 return nativeGetWidth(mNativePicture); in getWidth() 176 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() method in Picture
|
D | BitmapRegionDecoder.java | 203 return nativeGetWidth(mNativeBitmapRegionDecoder); in getWidth() 266 private static native int nativeGetWidth(long lbm); in nativeGetWidth() method in BitmapRegionDecoder
|
/frameworks/base/core/jni/android/graphics/ |
D | BitmapRegionDecoder.cpp | 242 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() function 263 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
|
/frameworks/base/media/java/android/media/ |
D | ImageWriter.java | 696 mWidth = nativeGetWidth(); in getWidth() 843 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageWriter.WriterSurfaceImage
|
D | ImageReader.java | 852 width = nativeGetWidth(); in getWidth() 1018 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageReader.SurfaceImage
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 71 private static native int nativeGetWidth(long nativeObject); in nativeGetWidth() method in Surface 383 nativeGetWidth(mNativeObject), in lockHardwareCanvas()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 479 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function 609 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },
|