Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dfont_rendering.cpp159 Box<pxs> workingBox = currentBox; in findLongestWordSequence() local
174 workingBox = workingBox.merge(gBox->translateSelf(pen)); in findLongestWordSequence()
175 TEEUI_LOG << "WorkingBox: " << workingBox << ENDL; in findLongestWordSequence()
183 if (workingBox.fitsInside(boundingBox)) { in findLongestWordSequence()
184 currentBox = workingBox; in findLongestWordSequence()