MCPcopy Create free account
hub / github.com/JetBrains/skija / getSize

Method getSize

shared/java/Data.java:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 10

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

Calls 2

onNativeCallMethod · 0.95
_nSizeMethod · 0.95

Tested by 2

executeMethod · 0.36
executeMethod · 0.36