Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getPixelsPtr
Method
getPixelsPtr
shared/java/LayerRaster.java:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
long getPixelsPtr() {
63
assert _onUIThread() :
"Should be run on UI thread"
;
64
return
_nGetPixelsPtr();
65
}
66
67
public
int
getRowBytes() {
68
assert _onUIThread() :
"Should be run on UI thread"
;
Callers
1
frame
Method · 0.45
Calls
2
_onUIThread
Method · 0.95
_nGetPixelsPtr
Method · 0.95
Tested by
no test coverage detected