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

Method getGlyphs

shared/java/TextLine.java:107–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 public short[] getGlyphs() {
108 Stats.onNativeCall();
109 try {
110 return _nGetGlyphs(_ptr);
111 } finally {
112 Reference.reachabilityFence(this);
113 }
114 }
115
116 /**
117 * @return [x0, y0, x1, y1, ...]

Callers 6

testAbcMethod · 0.45
testLigaturesMethod · 0.45
testCombiningMethod · 0.45
testEmojiMethod · 0.45
drawLineMethod · 0.45
drawMethod · 0.45

Calls 2

onNativeCallMethod · 0.95
_nGetGlyphsMethod · 0.95

Tested by 4

testAbcMethod · 0.36
testLigaturesMethod · 0.36
testCombiningMethod · 0.36
testEmojiMethod · 0.36