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

Method _nGetAddr

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

Source from the content-addressed store, hash-verified

296 public static native ImageInfo _nGetImageInfo(long ptr);
297 public static native int _nGetRowBytes(long ptr);
298 public static native long _nGetAddr(long ptr);
299 public static native int _nGetRowBytesAsPixels(long ptr);
300 public static native int _nComputeByteSize(long ptr);
301 public static native boolean _nComputeIsOpaque(long ptr);

Callers 1

getAddrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected