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

Method _nGetRowBytesAsPixels

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

Source from the content-addressed store, hash-verified

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);
1082 @ApiStatus.Internal public static native boolean _nSetAlphaType(long ptr, int alphaType);

Callers 1

getRowBytesAsPixelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected