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

Method _nGetImageInfo

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

Source from the content-addressed store, hash-verified

1076 @ApiStatus.Internal public static native long _nMakeClone(long ptr);
1077 @ApiStatus.Internal public static native void _nSwap(long ptr, long otherPtr);
1078 @ApiStatus.Internal public static native ImageInfo _nGetImageInfo(long ptr);
1079 @ApiStatus.Internal public static native int _nGetRowBytesAsPixels(long ptr);
1080 @ApiStatus.Internal public static native boolean _nIsNull(long ptr);
1081 @ApiStatus.Internal public static native long _nGetRowBytes(long ptr);

Callers 1

getImageInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected