Searched defs:nativeBitmap (Results 1 – 6 of 6) sorted by relevance
| /external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
| 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 …]
|
| D | BaseCanvasNatives.java | 150 long nativeBitmap, in nDrawNinePatch()
|
| D | BaseRecordingCanvasNatives.java | 149 long nativeBitmap, in nDrawNinePatch()
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowNativeBitmap.java | 123 protected static Object nativeRecycle(Object nativeBitmap) { in nativeRecycle() 130 long nativeBitmap, int width, int height, int config, boolean isPremultiplied) { in nativeReconfigure() 136 long nativeBitmap, int format, int quality, OutputStream stream, byte[] tempStorage) { in nativeCompress() 141 protected static void nativeErase(long nativeBitmap, int color) { in nativeErase() 146 protected static void nativeErase(long nativeBitmap, long colorSpacePtr, long color) { in nativeErase() 151 protected static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes() 156 protected static int nativeConfig(long nativeBitmap) { in nativeConfig() 161 protected static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel() 166 protected static long nativeGetColor(long nativeBitmap, int x, int y) { in nativeGetColor() 172 long nativeBitmap, in nativeGetPixels() [all …]
|
| D | ShadowNativeBaseRecordingCanvas.java | 257 long nativeBitmap, in nDrawNinePatch()
|
| D | ShadowNativeBaseCanvas.java | 317 long nativeBitmap, in nDrawNinePatch()
|