Searched refs:bottomOfLine (Results 1 – 1 of 1) sorted by relevance
732 int bottomOfLine = lineBox->bottomOverflow(); in computeVerticalPositionsForLine() local733 if (bottomOfLine > height() && bottomOfLine > m_overflowHeight) in computeVerticalPositionsForLine()734 m_overflowHeight = bottomOfLine; in computeVerticalPositionsForLine()