Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dfont_rendering.cpp71 GlyphIndex TextFace::getCharIndex(unsigned long codePoint) { in getCharIndex()
76 Error TextFace::loadGlyph(GlyphIndex index) { in loadGlyph()
96 Vec2d<pxs> TextFace::kern(GlyphIndex previous) const { in kern()
139 GlyphIndex previous = 0; in findLongestWordSequence()
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h139 using GlyphIndex = unsigned int; variable
149 GlyphIndex getCharIndex(unsigned long codePoint);
150 Error loadGlyph(GlyphIndex index);
188 Vec2d<pxs> kern(GlyphIndex previous) const;