Method
_nMakeRasterData
(int width, int height, int colorType, int alphaType, long colorSpacePtr, long dataPtr, long rowBytes)
Source from the content-addressed store, hash-verified
| 361 | |
| 362 | @ApiStatus.Internal public static native long _nMakeRaster(int width, int height, int colorType, int alphaType, long colorSpacePtr, byte[] pixels, long rowBytes); |
| 363 | @ApiStatus.Internal public static native long _nMakeRasterData(int width, int height, int colorType, int alphaType, long colorSpacePtr, long dataPtr, long rowBytes); |
| 364 | @ApiStatus.Internal public static native long _nMakeFromBitmap(long bitmapPtr); |
| 365 | @ApiStatus.Internal public static native long _nMakeFromPixmap(long pixmapPtr); |
| 366 | @ApiStatus.Internal public static native long _nMakeFromEncoded(byte[] bytes); |
Tested by
no test coverage detected