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

Method _nMakeFromBitmap

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

Source from the content-addressed store, hash-verified

362 @ApiStatus.Internal public static native long _nMakeRaster(int width, int height, int colorType, int alphaType, long colorSpacePtr, byte[] pixels, long rowBytes);
363 @ApiStatus.Internal public static native long _nMakeRasterData(int width, int height, int colorType, int alphaType, long colorSpacePtr, long dataPtr, long rowBytes);
364 @ApiStatus.Internal public static native long _nMakeFromBitmap(long bitmapPtr);
365 @ApiStatus.Internal public static native long _nMakeFromPixmap(long pixmapPtr);
366 @ApiStatus.Internal public static native long _nMakeFromEncoded(byte[] bytes);
367 @ApiStatus.Internal public static native ImageInfo _nGetImageInfo(long ptr);

Callers 1

makeFromBitmapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected