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

Method _nIsNull

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

Source from the content-addressed store, hash-verified

977 @ApiStatus.Internal public static native ImageInfo _nGetImageInfo(long ptr);
978 @ApiStatus.Internal public static native int _nGetRowBytesAsPixels(long ptr);
979 @ApiStatus.Internal public static native boolean _nIsNull(long ptr);
980 @ApiStatus.Internal public static native long _nGetRowBytes(long ptr);
981 @ApiStatus.Internal public static native boolean _nSetAlphaType(long ptr, int alphaType);
982 @ApiStatus.Internal public static native long _nComputeByteSize(long ptr);

Callers 1

isNullMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected