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

Method getDescent

shared/java/TextLine.java:59–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public float getDescent() {
60 Stats.onNativeCall();
61 try {
62 return _nGetDescent(_ptr);
63 } finally {
64 ReferenceUtil.reachabilityFence(this);
65 }
66 }
67
68 public float getLeading() {
69 Stats.onNativeCall();

Callers 5

drawMethod · 0.80
drawStringLeftMethod · 0.80
runInfoMethod · 0.80
drawSelectionMethod · 0.80
drawIndicesMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nGetDescentMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected