Home
last modified time | relevance | path

Searched refs:gindex (Results 1 – 1 of 1) sorted by relevance

/system/teeui/libteeui/src/
Dfont_rendering.cpp164 auto gindex = face->getCharIndex(codePoint); in findLongestWordSequence() local
165 if (gindex == 0) { in findLongestWordSequence()
169 error = face->loadGlyph(gindex); in findLongestWordSequence()
181 previous = gindex; in findLongestWordSequence()
219 auto gindex = face->getCharIndex(codePoint); in drawText() local
220 error = face->loadGlyph(gindex); in drawText()