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

Method _nAllocPixelsRowBytes

shared/java/Bitmap.java:1093–1093  ·  view source on GitHub ↗
(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, long rowBytes)

Source from the content-addressed store, hash-verified

1091 @ApiStatus.Internal public static native boolean _nSetImageInfo(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, long rowBytes);
1092 @ApiStatus.Internal public static native boolean _nAllocPixelsFlags(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, int flags);
1093 @ApiStatus.Internal public static native boolean _nAllocPixelsRowBytes(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, long rowBytes);
1094 @ApiStatus.Internal public static native boolean _nInstallPixels(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, byte[] pixels, long rowBytes);
1095 @ApiStatus.Internal public static native boolean _nAllocPixels(long ptr);
1096 @ApiStatus.Internal public static native long _nGetPixelRef(long ptr);

Callers 1

allocPixelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected