Searched defs:nativeBitmap (Results 1 – 8 of 8) 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() 2224 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle() 2226 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure() 2229 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress() 2232 private static native void nativeErase(long nativeBitmap, int color); in nativeErase() 2233 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase() 2234 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes() 2235 private static native int nativeConfig(long nativeBitmap); in nativeConfig() 2237 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel() [all …]
|
D | BaseCanvas.java | 722 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
D | BaseRecordingCanvas.java | 658 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
/frameworks/base/core/jni/android/graphics/ |
D | ImageDecoder.cpp | 289 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
|
D | Bitmap.cpp | 363 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local 725 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 708 SkBitmap nativeBitmap; in util_getInternalFormat() local 716 SkBitmap nativeBitmap; in util_getType() local
|