MCPcopy Create free account
hub / github.com/JetBrains/skija / getAscent

Method getAscent

shared/java/TextLine.java:33–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public float getAscent() {
34 Stats.onNativeCall();
35 try {
36 return _nGetAscent(_ptr);
37 } finally {
38 Reference.reachabilityFence(this);
39 }
40 }
41
42 public float getCapHeight() {
43 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
drawMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetAscentMethod · 0.95

Tested by

no test coverage detected