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

Method _nGetPixelRefOrigin

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

Source from the content-addressed store, hash-verified

1095 @ApiStatus.Internal public static native boolean _nAllocPixels(long ptr);
1096 @ApiStatus.Internal public static native long _nGetPixelRef(long ptr);
1097 @ApiStatus.Internal public static native long _nGetPixelRefOrigin(long ptr);
1098 @ApiStatus.Internal public static native void _nSetPixelRef(long ptr, long pixelRefPtr, int dx, int dy);
1099 @ApiStatus.Internal public static native boolean _nIsReadyToDraw(long ptr);
1100 @ApiStatus.Internal public static native int _nGetGenerationId(long ptr);

Callers 1

getPixelRefOriginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected