Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPicture.java139 return nativeGetWidth(mNativePicture); in getWidth()
236 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() method in Picture
DBitmapRegionDecoder.java256 return nativeGetWidth(mNativeBitmapRegionDecoder); in getWidth()
320 private static native int nativeGetWidth(long lbm); in nativeGetWidth() method in BitmapRegionDecoder
/frameworks/base/core/java/android/view/
DSurface.java90 private static native int nativeGetWidth(long nativeObject); in nativeGetWidth() method in Surface
513 return new Point(nativeGetWidth(mNativeObject), nativeGetHeight(mNativeObject)); in getDefaultSize()
615 nativeGetWidth(mNativeObject), in lockHardwareCanvas()
652 nativeGetWidth(mNativeObject), in lockHardwareWideColorGamutCanvas()
/frameworks/base/libs/hwui/jni/
DBitmapRegionDecoder.cpp381 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() function
400 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp393 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function
489 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth},
/frameworks/base/media/java/android/media/
DImageWriter.java1094 mWidth = nativeGetWidth(); in getWidth()
1281 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageWriter.WriterSurfaceImage
DImageReader.java1209 width = nativeGetWidth(); in getWidth()
1425 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageReader.SurfaceImage
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16226 Landroid/graphics/BitmapRegionDecoder;->nativeGetWidth(J)I
17926 Landroid/graphics/LargeBitmap;->nativeGetWidth(J)I
18334 Landroid/graphics/Picture;->nativeGetWidth(J)I
26278 Landroid/media/ImageReader$SurfaceImage;->nativeGetWidth()I
26341 Landroid/media/ImageWriter$WriterSurfaceImage;->nativeGetWidth()I
61305 Landroid/view/Surface;->nativeGetWidth(J)I