Searched defs:nativeBitmap (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 124 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 132 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 2271 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle() 2273 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() 2276 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress() 2279 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() 2280 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase() 2281 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() 2282 private static native int nativeConfig(long nativeBitmap); in nativeConfig() 2284 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() [all …]
|
D | BaseRecordingCanvas.java | 700 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
D | BaseCanvas.java | 792 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/jni/ |
D | ImageDecoder.cpp | 321 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
|
D | Bitmap.cpp | 319 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local 827 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
|