MCPcopy 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

drawMethod · 0.80

Calls 3

getAddrMethod · 0.95
computeByteSizeMethod · 0.95

Tested by

no test coverage detected