Home
last modified time | relevance | path

Searched defs:nativeBitmap (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DBitmapNatives.java52 public static native void nativeRecycle(long nativeBitmap); in nativeRecycle()
55 long nativeBitmap, int width, int height, int config, boolean isPremultiplied); in nativeReconfigure()
58 long nativeBitmap, int format, int quality, OutputStream stream, byte[] tempStorage); in nativeCompress()
60 public static native void nativeErase(long nativeBitmap, int color); in nativeErase()
62 public static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase()
64 public static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
66 public static native int nativeConfig(long nativeBitmap); in nativeConfig()
68 public static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel()
70 public static native long nativeGetColor(long nativeBitmap, int x, int y); in nativeGetColor()
73 long nativeBitmap, int[] pixels, int offset, int stride, int x, int y, int width, int height); in nativeGetPixels()
[all …]
H A DBaseRecordingCanvasNatives.java149 long nativeBitmap, in nDrawNinePatch()
H A DBaseCanvasNatives.java150 long nativeBitmap, in nDrawNinePatch()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeBitmap.java125 protected static boolean nativeRecyclePreQ(long nativeBitmap) { in nativeRecyclePreQ()
131 protected static void nativeRecycle(long nativeBitmap) { in nativeRecycle()
137 long nativeBitmap, int width, int height, int config, boolean isPremultiplied) { in nativeReconfigure()
143 long nativeBitmap, int format, int quality, OutputStream stream, byte[] tempStorage) { in nativeCompress()
148 protected static void nativeErase(long nativeBitmap, int color) { in nativeErase()
153 protected static void nativeErase(long nativeBitmap, long colorSpacePtr, long color) { in nativeErase()
158 protected static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes()
163 protected static int nativeConfig(long nativeBitmap) { in nativeConfig()
168 protected static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel()
173 protected static long nativeGetColor(long nativeBitmap, int x, int y) { in nativeGetColor()
[all …]
H A DShadowNativeRecordingCanvasOP.java183 long nativeBitmap, in nDrawNinePatch()
H A DShadowNativeBaseRecordingCanvas.java257 long nativeBitmap, in nDrawNinePatch()
H A DShadowNativeBaseCanvas.java317 long nativeBitmap, in nDrawNinePatch()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java154 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
162 Bitmap(long id, long nativeBitmap, int width, int height, int density, in Bitmap()
2523 private static native int nativeGetAshmemFD(long nativeBitmap); in nativeGetAshmemFD()
2525 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle()
2527 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
2530 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress()
2533 private static native void nativeErase(long nativeBitmap, int color); in nativeErase()
2534 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase()
2535 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
2536 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
[all …]
H A DBaseCanvas.java817 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
H A DBaseRecordingCanvas.java712 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusimpl.h410 GpBitmap *nativeBitmap = NULL; in Bitmap() local
418 GpBitmap *nativeBitmap = NULL; in Bitmap() local
427 GpBitmap *nativeBitmap = NULL; in Bitmap() local
441 GpBitmap *nativeBitmap = NULL; in Bitmap() local
450 GpBitmap *nativeBitmap = NULL; in Bitmap() local
458 GpBitmap *nativeBitmap = NULL; in Bitmap() local
467 GpBitmap *nativeBitmap = NULL; in Bitmap() local
481 GpBitmap *nativeBitmap = NULL; in Bitmap() local
491 GpBitmap *nativeBitmap = NULL; in Bitmap() local
500 GpBitmap *nativeBitmap = NULL; in Bitmap() local
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp553 sk_sp<Bitmap> nativeBitmap; in extractGainmap() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmapRegionDecoder.cpp108 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(SkImageInfo::Make( in decodeGainmapRegion() local
H A DImageDecoder.cpp343 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
H A DGainmap.cpp81 auto nativeBitmap = gainmap->bitmap; in Gainmap_extractFromBitmap() local
H A DBitmap.cpp325 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local
785 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
H A DBitmapFactory.cpp222 sk_sp<Bitmap> nativeBitmap = nullptr; in decodeGainmap() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar28META-INF/ META-INF/MANIFEST.MF android/ android/drm/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-28/
Dframework.jarorg/apache/http/params/HttpParams.class HttpParams.java package org.apache. ...
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
HDandroid-all-4.1.2_r1-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
HDandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
HDandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
HDandroid-all-4.3_r2-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...
HDandroid-all-4.2.2_r1.2-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...

123