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

Method _nGetPixelRefOrigin

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

Source from the content-addressed store, hash-verified

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);
998 @ApiStatus.Internal public static native int _nGetGenerationId(long ptr);

Callers 1

getPixelRefOriginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected