Lines Matching defs:nativeBitmap

136     Bitmap(long nativeBitmap, int width, int height, int density,  in Bitmap()
144 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
2513 private static native int nativeGetAshmemFD(long nativeBitmap); in nativeGetAshmemFD()
2515 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle()
2517 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
2520 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress()
2523 private static native void nativeErase(long nativeBitmap, int color); in nativeErase()
2524 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase()
2525 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
2526 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
2528 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel()
2529 private static native long nativeGetColor(long nativeBitmap, int x, int y); in nativeGetColor()
2530 private static native void nativeGetPixels(long nativeBitmap, int[] pixels, in nativeGetPixels()
2534 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); in nativeSetPixel()
2535 private static native void nativeSetPixels(long nativeBitmap, int[] colors, in nativeSetPixels()
2538 private static native void nativeCopyPixelsToBuffer(long nativeBitmap, in nativeCopyPixelsToBuffer()
2540 private static native void nativeCopyPixelsFromBuffer(long nativeBitmap, Buffer src); in nativeCopyPixelsFromBuffer()
2541 private static native int nativeGenerationId(long nativeBitmap); in nativeGenerationId()
2545 private static native boolean nativeWriteToParcel(long nativeBitmap, in nativeWriteToParcel()
2549 private static native Bitmap nativeExtractAlpha(long nativeBitmap, in nativeExtractAlpha()
2553 private static native boolean nativeHasAlpha(long nativeBitmap); in nativeHasAlpha()
2554 private static native boolean nativeIsPremultiplied(long nativeBitmap); in nativeIsPremultiplied()
2555 private static native void nativeSetPremultiplied(long nativeBitmap, in nativeSetPremultiplied()
2557 private static native void nativeSetHasAlpha(long nativeBitmap, in nativeSetHasAlpha()
2560 private static native boolean nativeHasMipMap(long nativeBitmap); in nativeHasMipMap()
2561 private static native void nativeSetHasMipMap(long nativeBitmap, boolean hasMipMap); in nativeSetHasMipMap()
2563 private static native void nativePrepareToDraw(long nativeBitmap); in nativePrepareToDraw()
2564 private static native int nativeGetAllocationByteCount(long nativeBitmap); in nativeGetAllocationByteCount()
2565 private static native Bitmap nativeCopyPreserveInternalConfig(long nativeBitmap); in nativeCopyPreserveInternalConfig()
2568 private static native HardwareBuffer nativeGetHardwareBuffer(long nativeBitmap); in nativeGetHardwareBuffer()