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

Method _nSetPixelRef

shared/java/Bitmap.java:1098–1098  ·  view source on GitHub ↗
(long ptr, long pixelRefPtr, int dx, int dy)

Source from the content-addressed store, hash-verified

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);
1101 @ApiStatus.Internal public static native void _nNotifyPixelsChanged(long ptr);

Callers 1

setPixelRefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected