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

Method _nAllocPixels

shared/java/Bitmap.java:1095–1095  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

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);
1097 @ApiStatus.Internal public static native long _nGetPixelRefOrigin(long ptr);
1098 @ApiStatus.Internal public static native void _nSetPixelRef(long ptr, long pixelRefPtr, int dx, int dy);

Callers 1

allocPixelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected