Method
_nSetPixelRef
(long ptr, long pixelRefPtr, int dx, int dy)
Source from the content-addressed store, hash-verified
| 994 | @ApiStatus.Internal public static native long _nGetPixelRef(long ptr); |
| 995 | @ApiStatus.Internal public static native long _nGetPixelRefOrigin(long ptr); |
| 996 | @ApiStatus.Internal public static native void _nSetPixelRef(long ptr, long pixelRefPtr, int dx, int dy); |
| 997 | @ApiStatus.Internal public static native boolean _nIsReadyToDraw(long ptr); |
| 998 | @ApiStatus.Internal public static native int _nGetGenerationId(long ptr); |
| 999 | @ApiStatus.Internal public static native void _nNotifyPixelsChanged(long ptr); |
Tested by
no test coverage detected