MCPcopy Create free account
hub / github.com/JetBrains/skija / _nReadPixels

Method _nReadPixels

shared/java/Codec.java:335–335  ·  view source on GitHub ↗
(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);

Callers 1

readPixelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected