MCPcopy Create free account
hub / github.com/JetBrains/skija / _nSetPixelRef

Method _nSetPixelRef

shared/java/Bitmap.java:996–996  ·  view source on GitHub ↗
(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);

Callers 1

setPixelRefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected