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

Method getAscent

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

Source from the content-addressed store, hash-verified

30 }
31
32 public float getAscent() {
33 Stats.onNativeCall();
34 try {
35 return _nGetAscent(_ptr);
36 } finally {
37 ReferenceUtil.reachabilityFence(this);
38 }
39 }
40
41 public float getCapHeight() {
42 Stats.onNativeCall();

Callers 15

drawTextLinesByWordsMethod · 0.80
drawTextLeftMethod · 0.80
drawTextCenterMethod · 0.80
drawTextRightMethod · 0.80
drawTableMethod · 0.80
drawLineMethod · 0.80
drawParagraphMethod · 0.80
drawBlobMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawStringLeftMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nGetAscentMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected