(long bitmapPtr)
| 595 | @ApiStatus.Internal public static native long _nMakeRasterFromBytes(int width, int height, int colorType, int alphaType, long colorSpacePtr, byte[] pixels, long rowBytes); |
| 596 | @ApiStatus.Internal public static native long _nMakeRasterFromData(int width, int height, int colorType, int alphaType, long colorSpacePtr, long dataPtr, long rowBytes); |
| 597 | @ApiStatus.Internal public static native long _nMakeRasterFromBitmap(long bitmapPtr); |
| 598 | @ApiStatus.Internal public static native long _nMakeRasterFromPixmap(long pixmapPtr); |
| 599 | @ApiStatus.Internal public static native long _nMakeDeferredFromEncodedBytes(byte[] bytes); |
| 600 | @ApiStatus.Internal public static native ImageInfo _nGetImageInfo(long ptr); |
no outgoing calls
no test coverage detected