Searched refs:lowestAllowedPosition (Results 1 – 2 of 2) sorted by relevance
325 LayoutUnit lowestAllowedPosition = max(prevRootBox()->lineBottom(), lineTop()) - result; in beforeAnnotationsAdjustment() local326 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in beforeAnnotationsAdjustment()
1805 …LayoutUnit lowestAllowedPosition = max(lastRootBox()->lineBottom(), logicalHeight() + paddingAfter… in layoutInlineChildren() local1807 …LineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition); in layoutInlineChildren()1809 …tLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in layoutInlineChildren()