Method
_nReadPixels
(long ptr, long bitmapPtr, int frame, int priorFrame)
Source from the content-addressed store, hash-verified
| 367 | @ApiStatus.Internal public static native int _nGetEncodedOrigin(long ptr); |
| 368 | @ApiStatus.Internal public static native int _nGetEncodedImageFormat(long ptr); |
| 369 | @ApiStatus.Internal public static native int _nReadPixels(long ptr, long bitmapPtr, int frame, int priorFrame); |
| 370 | @ApiStatus.Internal public static native int _nGetFrameCount(long ptr); |
| 371 | @ApiStatus.Internal public static native int _nIsAnimated(long ptr); |
| 372 | @ApiStatus.Internal public static native AnimationFrameInfo _nGetFrameInfo(long ptr, int frame); |
Tested by
no test coverage detected