Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
3
Java_org_jetbrains_skija_FontStyleSet__1nCount
Function · 0.80
Java_org_jetbrains_skija_paragraph_ParagraphCache__1nGetCount
Function · 0.80
execute
Method · 0.80
Calls
2
onNativeCall
Method · 0.95
_nCount
Method · 0.95
Tested by
1
execute
Method · 0.64