/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | BitmapNatives.java | 52 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 D | BaseRecordingCanvasNatives.java | 149 long nativeBitmap, in nDrawNinePatch()
|
H A D | BaseCanvasNatives.java | 150 long nativeBitmap, in nDrawNinePatch()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativeBitmap.java | 125 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 D | ShadowNativeRecordingCanvasOP.java | 183 long nativeBitmap, in nDrawNinePatch()
|
H A D | ShadowNativeBaseRecordingCanvas.java | 257 long nativeBitmap, in nDrawNinePatch()
|
H A D | ShadowNativeBaseCanvas.java | 317 long nativeBitmap, in nDrawNinePatch()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | Bitmap.java | 154 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 D | BaseCanvas.java | 817 private static native void nDrawNinePatch(long nativeCanvas, long nativeBitmap, long ninePatch, in nDrawNinePatch()
|
H A D | BaseRecordingCanvas.java | 712 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/ |
D | gdiplusimpl.h | 410 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 D | ImageDecoder.cpp | 553 sk_sp<Bitmap> nativeBitmap; in extractGainmap() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | BitmapRegionDecoder.cpp | 108 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(SkImageInfo::Make( in decodeGainmapRegion() local
|
H A D | ImageDecoder.cpp | 343 sk_sp<Bitmap> nativeBitmap; in ImageDecoder_nDecodeBitmap() local
|
H A D | Gainmap.cpp | 81 auto nativeBitmap = gainmap->bitmap; in Gainmap_extractFromBitmap() local
|
H A D | Bitmap.cpp | 325 sk_sp<Bitmap> nativeBitmap = Bitmap::allocateHeapBitmap(&bitmap); in Bitmap_creator() local 785 sk_sp<Bitmap> nativeBitmap; in Bitmap_createFromParcel() local
|
H A D | BitmapFactory.cpp | 222 sk_sp<Bitmap> nativeBitmap = nullptr; in decodeGainmap() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar28 | META-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/ |
D | framework.jar | org/apache/http/params/HttpParams.class
HttpParams.java
package org.apache. ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.1.2_r1-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.3_r2-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-4.2.2_r1.2-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |