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

Method _nGetAddrAt

shared/java/Pixmap.java:305–305  ·  view source on GitHub ↗
(long ptr, int x, int y)

Source from the content-addressed store, hash-verified

303 public static native Color4f _nGetColor4f(long ptr, int x, int y);
304 public static native float _nGetAlphaF(long ptr, int x, int y);
305 public static native long _nGetAddrAt(long ptr, int x, int y);
306 // methods related to C++ types(addr8/16/32/64, writable_addr8/16/32/64) not included - not needed
307 public static native boolean _nReadPixels(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, long dstPixelsPtr, int dstRowBytes);
308 public static native boolean _nReadPixelsFromPoint(long ptr, int width, int height, int colorType, int alphaType, long colorSpacePtr, long dstPixelsPtr, int dstRowBytes, int srcX, int srcY);

Callers 1

getAddrAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected