MCPcopy Index your code
hub / github.com/HumbleUI/Skija / getAddrAt

Method getAddrAt

shared/java/Pixmap.java:175–182  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

173 }
174
175 public long getAddrAt(int x, int y) {
176 Stats.onNativeCall();
177 try {
178 return _nGetAddrAt(_ptr, x, y);
179 } finally {
180 ReferenceUtil.reachabilityFence(this);
181 }
182 }
183
184 public boolean readPixels(ImageInfo info, long addr, int rowBytes) {
185 Stats.onNativeCall();

Callers 1

executeMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nGetAddrAtMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.64