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

Method _nMakeRasterFromBitmap

shared/java/Image.java:597–597  ·  view source on GitHub ↗
(long bitmapPtr)

Source from the content-addressed store, hash-verified

595 @ApiStatus.Internal public static native long _nMakeRasterFromBytes(int width, int height, int colorType, int alphaType, long colorSpacePtr, byte[] pixels, long rowBytes);
596 @ApiStatus.Internal public static native long _nMakeRasterFromData(int width, int height, int colorType, int alphaType, long colorSpacePtr, long dataPtr, long rowBytes);
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);

Callers 1

makeRasterFromBitmapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected