MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakeDeferredFromEncodedBytes

Method _nMakeDeferredFromEncodedBytes

shared/java/Image.java:599–599  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

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);
601 @ApiStatus.Internal public static native long _nMakeShader(long ptr, int tmx, int tmy, long samplingMode, float[] localMatrix);
602 @ApiStatus.Internal public static native ByteBuffer _nPeekPixels(long ptr);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected