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

Method _nGetPixelRef

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

Source from the content-addressed store, hash-verified

992 @ApiStatus.Internal public static native boolean _nInstallPixels(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, byte[] pixels, long rowBytes);
993 @ApiStatus.Internal public static native boolean _nAllocPixels(long ptr);
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);

Callers 1

getPixelRefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected