Searched defs:nativeBitmap (Results 1 – 7 of 7) sorted by relevance
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 311 /*package*/ static void nativeRecycle(long nativeBitmap) { in nativeRecycle() 316 /*package*/ static void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() 323 /*package*/ static boolean nativeCompress(long nativeBitmap, int format, int quality, in nativeCompress() 331 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase() 351 /*package*/ static void nativeErase(long nativeBitmap, long colorSpacePtr, long color) { in nativeErase() 356 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() 367 /*package*/ static int nativeConfig(long nativeBitmap) { in nativeConfig() 378 /*package*/ static boolean nativeHasAlpha(long nativeBitmap) { in nativeHasAlpha() 386 /*package*/ static boolean nativeHasMipMap(long nativeBitmap) { in nativeHasMipMap() 394 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() [all …]
|
D | BaseCanvas_Delegate.java | 432 /*package*/ static void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/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() 2255 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle() 2257 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() 2260 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress() 2263 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() 2264 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase() 2265 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() 2266 private static native int nativeConfig(long nativeBitmap); in nativeConfig() 2268 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 | 789 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 829 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
|