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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java63 return nativeGetWidth(mNativeLargeBitmap);
115 private static native int nativeGetWidth(long nativeLbm); method in class:LargeBitmap
H A DPicture.java101 return nativeGetWidth(mNativePicture);
181 private static native int nativeGetWidth(long nativePicture); method in class:Picture
H A DBitmapRegionDecoder.java197 return nativeGetWidth(mNativeBitmapRegionDecoder);
260 private static native int nativeGetWidth(long lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp213 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { function
234 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/core/java/android/view/
H A DSurface.java56 private static native int nativeGetWidth(long nativeObject); method in class:Surface
363 nativeGetWidth(mNativeObject),
/frameworks/base/media/java/android/media/
H A DImageReader.java698 width = nativeGetWidth();
864 private synchronized native int nativeGetWidth(); method in class:ImageReader.SurfaceImage
H A DImageWriter.java657 mWidth = nativeGetWidth();
804 private synchronized native int nativeGetWidth(); method in class:ImageWriter.WriterSurfaceImage
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp464 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
563 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth },

Completed in 613 milliseconds