Searched refs:lastFloatLogicalBottom (Results 1 – 1 of 1) sorted by relevance
186 LayoutUnit lastFloatLogicalBottom = m_block.logicalHeight(); in fitBelowFloats() local196 …floatLogicalBottom = m_block.nextFloatLogicalBottomBelow(lastFloatLogicalBottom, ShapeOutsideFloat… in fitBelowFloats()197 if (floatLogicalBottom <= lastFloatLogicalBottom) in fitBelowFloats()201 lastFloatLogicalBottom = floatLogicalBottom; in fitBelowFloats()206 updateLineDimension(lastFloatLogicalBottom, newLineWidth, newLineLeft, newLineRight); in fitBelowFloats()