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

Method getLeading

shared/java/TextLine.java:68–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public float getLeading() {
69 Stats.onNativeCall();
70 try {
71 return _nGetLeading(_ptr);
72 } finally {
73 ReferenceUtil.reachabilityFence(this);
74 }
75 }
76
77 public float getWidth() {
78 Stats.onNativeCall();

Calls 3

onNativeCallMethod · 0.95
_nGetLeadingMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected