Searched defs:nativeBitmap (Results 1 – 7 of 7) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 295 /*package*/ static void nativeRecycle(long nativeBitmap) { in nativeRecycle() 300 /*package*/ static void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() 307 /*package*/ static boolean nativeCompress(long nativeBitmap, int format, int quality, in nativeCompress() 315 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase() 335 /*package*/ static void nativeErase(long nativeBitmap, long colorSpacePtr, long color) { in nativeErase() 340 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() 351 /*package*/ static int nativeConfig(long nativeBitmap) { in nativeConfig() 362 /*package*/ static boolean nativeHasAlpha(long nativeBitmap) { in nativeHasAlpha() 370 /*package*/ static boolean nativeHasMipMap(long nativeBitmap) { in nativeHasMipMap() 378 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() [all …]
|
D | BaseCanvas_Delegate.java | 428 /*package*/ static void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 130 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 138 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap() 2270 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle() 2272 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() 2275 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress() 2278 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() 2279 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase() 2280 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() 2281 private static native int nativeConfig(long nativeBitmap); in nativeConfig() 2283 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() [all …]
|
D | BaseRecordingCanvas.java | 658 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
D | BaseCanvas.java | 722 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/frameworks/base/libs/hwui/jni/ |
D | ImageDecoder.cpp | 318 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
|
D | Bitmap.cpp | 311 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local 652 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
|