MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nGetByteBufferFromPointer

Method _nGetByteBufferFromPointer

shared/java/impl/BufferUtil.java:22–22  ·  view source on GitHub ↗
(long ptr, int size)

Source from the content-addressed store, hash-verified

20 }
21
22 public static native ByteBuffer _nGetByteBufferFromPointer(long ptr, int size);
23 public static native long _nGetPointerFromByteBuffer(ByteBuffer buffer);
24}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected