Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HumbleUI/Skija
/ getAddr
Method
getAddr
shared/java/Pixmap.java:166–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
}
165
166
public
long getAddr() {
167
Stats.onNativeCall();
168
try {
169
return
_nGetAddr(_ptr);
170
} finally {
171
ReferenceUtil.reachabilityFence(this);
172
}
173
}
174
175
public
long getAddrAt(
int
x,
int
y) {
176
Stats.onNativeCall();
Callers
2
getBuffer
Method · 0.95
execute
Method · 0.80
Calls
3
onNativeCall
Method · 0.95
_nGetAddr
Method · 0.95
reachabilityFence
Method · 0.95
Tested by
1
execute
Method · 0.64