D | Bitmap.java | 159 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() argument 162 this(0, nativeBitmap, width, height, density, requestPremultiplied, ninePatchChunk, in Bitmap() 167 Bitmap(long id, long nativeBitmap, int width, int height, int density, in Bitmap() argument 170 if (nativeBitmap == 0) { in Bitmap() 184 mNativePtr = nativeBitmap; in Bitmap() 2532 private static native int nativeGetAshmemFD(long nativeBitmap); in nativeGetAshmemFD() argument 2534 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle() argument 2536 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() argument 2539 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress() argument 2542 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() argument [all …]
|