Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dfont_rendering.cpp172 if (auto gBox = face->getGlyphBBox()) { in findLongestWordSequence() local
173 TEEUI_LOG << "Glyph Box: " << *gBox << ENDL; in findLongestWordSequence()
174 workingBox = workingBox.merge(gBox->translateSelf(pen)); in findLongestWordSequence()