Lines Matching defs:nativeBitmap

128     Bitmap(long nativeBitmap, int width, int height, int density,  in Bitmap()
136 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
2410 private static native int nativeGetAshmemFD(long nativeBitmap); in nativeGetAshmemFD()
2412 private static native void nativeRecycle(long nativeBitmap); in nativeRecycle()
2414 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
2417 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress()
2420 private static native void nativeErase(long nativeBitmap, int color); in nativeErase()
2421 private static native void nativeErase(long nativeBitmap, long colorSpacePtr, long color); in nativeErase()
2422 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
2423 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
2425 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel()
2426 private static native long nativeGetColor(long nativeBitmap, int x, int y); in nativeGetColor()
2427 private static native void nativeGetPixels(long nativeBitmap, int[] pixels, in nativeGetPixels()
2431 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); in nativeSetPixel()
2432 private static native void nativeSetPixels(long nativeBitmap, int[] colors, in nativeSetPixels()
2435 private static native void nativeCopyPixelsToBuffer(long nativeBitmap, in nativeCopyPixelsToBuffer()
2437 private static native void nativeCopyPixelsFromBuffer(long nativeBitmap, Buffer src); in nativeCopyPixelsFromBuffer()
2438 private static native int nativeGenerationId(long nativeBitmap); in nativeGenerationId()
2442 private static native boolean nativeWriteToParcel(long nativeBitmap, in nativeWriteToParcel()
2446 private static native Bitmap nativeExtractAlpha(long nativeBitmap, in nativeExtractAlpha()
2450 private static native boolean nativeHasAlpha(long nativeBitmap); in nativeHasAlpha()
2451 private static native boolean nativeIsPremultiplied(long nativeBitmap); in nativeIsPremultiplied()
2452 private static native void nativeSetPremultiplied(long nativeBitmap, in nativeSetPremultiplied()
2454 private static native void nativeSetHasAlpha(long nativeBitmap, in nativeSetHasAlpha()
2457 private static native boolean nativeHasMipMap(long nativeBitmap); in nativeHasMipMap()
2458 private static native void nativeSetHasMipMap(long nativeBitmap, boolean hasMipMap); in nativeSetHasMipMap()
2460 private static native void nativePrepareToDraw(long nativeBitmap); in nativePrepareToDraw()
2461 private static native int nativeGetAllocationByteCount(long nativeBitmap); in nativeGetAllocationByteCount()
2462 private static native Bitmap nativeCopyPreserveInternalConfig(long nativeBitmap); in nativeCopyPreserveInternalConfig()
2465 private static native HardwareBuffer nativeGetHardwareBuffer(long nativeBitmap); in nativeGetHardwareBuffer()