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

Method _nComputeByteSize

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

Source from the content-addressed store, hash-verified

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);
302 public static native int _nGetColor(long ptr, int x, int y);
303 public static native Color4f _nGetColor4f(long ptr, int x, int y);

Callers 1

computeByteSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected