Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dlabel.cpp73 Box<pxs> bBox; in draw() local
74 std::tie(error, bBox, curLine->lineText) = in draw()
78 pen = {-bBox.x(), pen.y()}; in draw()
87 pen += {(bounds.w() - bBox.w()) / 2.0_px, 0}; in draw()
90 pen += {bounds.w() - bBox.w(), 0}; in draw()
95 bBox.translateSelf(pen); in draw()
98 boundingBox = boundingBox->merge(bBox); in draw()
100 boundingBox = bBox; in draw()
Dfont_rendering.cpp134 auto& [error, bBox, resultRange] = result; in findLongestWordSequence()
137 bBox = {pen, {0, 0}}; in findLongestWordSequence()
150 Box<pxs> currentBox = bBox; in findLongestWordSequence()
151 Box<pxs> currentFullWordBox = bBox; in findLongestWordSequence()
197 bBox = currentBox; in findLongestWordSequence()
201 bBox = currentFullWordBox; in findLongestWordSequence()
205 bBox = currentBox; in findLongestWordSequence()