Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getBuffer
Method
getBuffer
shared/java/Pixmap.java:279–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
public
ByteBuffer getBuffer() {
280
return
BufferUtil.getByteBufferFromPointer(getAddr(), computeByteSize());
281
}
282
283
@ApiStatus.Internal
284
public
static
class
_FinalizerHolder {
Callers
1
draw
Method · 0.80
Calls
3
getByteBufferFromPointer
Method · 0.95
getAddr
Method · 0.95
computeByteSize
Method · 0.95
Tested by
no test coverage detected