Searched refs:nativeGetWidth (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Picture.java | 139 return nativeGetWidth(mNativePicture); in getWidth() 236 private static native int nativeGetWidth(long nativePicture); in nativeGetWidth() method in Picture
|
D | BitmapRegionDecoder.java | 256 return nativeGetWidth(mNativeBitmapRegionDecoder); in getWidth() 320 private static native int nativeGetWidth(long lbm); in nativeGetWidth() method in BitmapRegionDecoder
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 90 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/ |
D | BitmapRegionDecoder.cpp | 381 static jint nativeGetWidth(JNIEnv* env, jobject, jlong brdHandle) { in nativeGetWidth() function 400 { "nativeGetWidth", "(J)I", (void*)nativeGetWidth},
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 393 static jint nativeGetWidth(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeGetWidth() function 489 {"nativeGetWidth", "(J)I", (void*)nativeGetWidth},
|
/frameworks/base/media/java/android/media/ |
D | ImageWriter.java | 1094 mWidth = nativeGetWidth(); in getWidth() 1281 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageWriter.WriterSurfaceImage
|
D | ImageReader.java | 1209 width = nativeGetWidth(); in getWidth() 1425 private synchronized native int nativeGetWidth(); in nativeGetWidth() method in ImageReader.SurfaceImage
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 16226 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
|