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

Method getStyleName

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

Source from the content-addressed store, hash-verified

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

Callers 1

baseMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nGetStyleNameMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

baseMethod · 0.64