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

Method count

shared/java/FontStyleSet.java:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public int count() {
16 try {
17 Stats.onNativeCall();
18 return _nCount(_ptr);
19 } finally {
20 Reference.reachabilityFence(this);
21 }
22 }
23
24 public FontStyle getStyle(int index) {
25 try {

Calls 2

onNativeCallMethod · 0.95
_nCountMethod · 0.95

Tested by 1

executeMethod · 0.64