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

Method getGlyphs

shared/java/TextLine.java:106–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public short[] getGlyphs() {
107 Stats.onNativeCall();
108 try {
109 return _nGetGlyphs(_ptr);
110 } finally {
111 ReferenceUtil.reachabilityFence(this);
112 }
113 }
114
115 /**
116 * @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 3

onNativeCallMethod · 0.95
_nGetGlyphsMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 4

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