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

Method getSize

shared/java/Data.java:13–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 static { Library.staticLoad(); }
12
13 public long getSize() {
14 try {
15 Stats.onNativeCall();
16 return _nSize(_ptr);
17 } finally {
18 ReferenceUtil.reachabilityFence(this);
19 }
20 }
21
22 public byte[] getBytes() {
23 return getBytes(0, getSize());

Callers 11

getBytesMethod · 0.95
makeCopyMethod · 0.95
executeMethod · 0.45
executeMethod · 0.45
makeVulkanMethod · 0.45
drawInterMethod · 0.45
capHeightMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
skiaFontMethod · 0.45

Calls 3

onNativeCallMethod · 0.95
_nSizeMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 2

executeMethod · 0.36
executeMethod · 0.36