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

Method _nGetImageInfo

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

Source from the content-addressed store, hash-verified

975 @ApiStatus.Internal public static native void _nSwap(long ptr, long otherPtr);
976 @ApiStatus.Internal public static native long _nGetPixmap(long ptr);
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);

Callers 1

getImageInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected