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

Method getStyleName

shared/java/FontStyleSet.java:33–40  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

31 }
32
33 public String getStyleName(int index) {
34 try {
35 Stats.onNativeCall();
36 return _nGetStyleName(_ptr, index);
37 } finally {
38 Reference.reachabilityFence(this);
39 }
40 }
41
42 public Typeface getTypeface(int index) {
43 try {

Callers 1

executeMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetStyleNameMethod · 0.95

Tested by 1

executeMethod · 0.64