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

Method _nAllocPixelsFlags

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

Source from the content-addressed store, hash-verified

1090 @ApiStatus.Internal public static native boolean _nComputeIsOpaque(long ptr);
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);

Callers 1

allocPixelsFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected