Method
_nReadPixels
(long ptr, long bitmapPtr, int frame, int priorFrame)
Source from the content-addressed store, hash-verified
| 333 | @ApiStatus.Internal public static native int _nGetEncodedOrigin(long ptr); |
| 334 | @ApiStatus.Internal public static native int _nGetEncodedImageFormat(long ptr); |
| 335 | @ApiStatus.Internal public static native int _nReadPixels(long ptr, long bitmapPtr, int frame, int priorFrame); |
| 336 | @ApiStatus.Internal public static native int _nGetFrameCount(long ptr); |
| 337 | @ApiStatus.Internal public static native AnimationFrameInfo _nGetFrameInfo(long ptr, int frame); |
| 338 | @ApiStatus.Internal public static native AnimationFrameInfo[] _nGetFramesInfo(long ptr); |
Tested by
no test coverage detected