Searched refs:lowestAllowedPosition (Results 1 – 2 of 2) sorted by relevance
288 … LayoutUnit lowestAllowedPosition = std::max(prevRootBox()->lineBottom(), lineTop()) - result; in beforeAnnotationsAdjustment() local289 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in beforeAnnotationsAdjustment()
1584 …LayoutUnit lowestAllowedPosition = std::max(lastRootBox()->lineBottom(), logicalHeight() + padding… in layoutInlineChildren() local1586 …LineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition); in layoutInlineChildren()1588 …tLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in layoutInlineChildren()