Searched refs:bBox (Results 1 – 2 of 2) sorted by relevance
73 Box<pxs> bBox; in draw() local74 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()
134 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()