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

Method getStyle

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

Source from the content-addressed store, hash-verified

21 }
22
23 public FontStyle getStyle(int index) {
24 try {
25 Stats.onNativeCall();
26 return new FontStyle(_nGetStyle(_ptr, index));
27 } finally {
28 ReferenceUtil.reachabilityFence(this);
29 }
30 }
31
32 public String getStyleName(int index) {
33 try {

Calls 3

onNativeCallMethod · 0.95
_nGetStyleMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

baseMethod · 0.64