Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testAbc
Method · 0.45
testLigatures
Method · 0.45
testCombining
Method · 0.45
testEmoji
Method · 0.45
drawLine
Method · 0.45
draw
Method · 0.45
Calls
3
onNativeCall
Method · 0.95
_nGetGlyphs
Method · 0.95
reachabilityFence
Method · 0.95
Tested by
4
testAbc
Method · 0.36
testLigatures
Method · 0.36
testCombining
Method · 0.36
testEmoji
Method · 0.36