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

Method _nMakeRasterFromData

shared/java/Image.java:596–596  ·  view source on GitHub ↗
(int width, int height, int colorType, int alphaType, long colorSpacePtr, long dataPtr, long rowBytes)

Source from the content-addressed store, hash-verified

594 @ApiStatus.Internal public static native long _nBorrowTextureFrom(long contextPtr, long backendTexturePtr, int surfaceOrigin, int colorType, int alphaType, long colorSpacePtr, Runnable releaseContextPtr);
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);

Callers 1

makeRasterFromDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected