Searched refs:computeUnderAnnotationAdjustment (Results 1 – 4 of 4) sorted by relevance
271 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop()); in beforeAnnotationsAdjustment()282 …result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cas… in beforeAnnotationsAdjustment()398 …ritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lin… in selectionTop()449 …ottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lin… in selectionBottom()
198 LayoutUnit computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const;
1248 LayoutUnit InlineFlowBox::computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const in computeUnderAnnotationAdjustment() function in blink::InlineFlowBox1256 …result = std::max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition)… in computeUnderAnnotationAdjustment()
1586 …lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosit… in layoutInlineChildren()