Searched refs:shapeLogicalBottom (Results 1 – 5 of 5) sorted by relevance
90 if (!shape || m_lineHeight <= 0 || logicalLineTop() > shapeLogicalBottom()) in adjustLogicalLineTop()111 if (!computedShape() || !floatSize.width() || shapeLogicalBottom() < logicalLineTop()) in computeFirstFitPositionForFloat()
89 …getIntervals((lineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - lineTop),… in computeSegmentsForLine()
105 …LayoutUnit shapeLogicalBottom() const { return computedShapeLogicalBoundingBox().maxY() + logicalT… in shapeLogicalBottom() function
1241 return shapeInsideInfo->shapeLogicalBottom(); in adjustLogicalLineTop()1249 LayoutUnit shapeLogicalBottom = shapeInsideInfo->shapeLogicalBottom(); in pushShapeContentOverflowBelowTheContentBox() local1255 if (lineTop < shapeLogicalBottom && shapeLogicalBottom < logicalLineBottom) in pushShapeContentOverflowBelowTheContentBox()1257 …if (logicalLineBottom <= shapeLogicalBottom || !shapeContainingBlockHeight || isOverflowPositioned… in pushShapeContentOverflowBelowTheContentBox()1311 …shapeBottomInFlowThread = shapeInsideInfo->shapeLogicalBottom() + currentRegion->logicalTopForFlow… in updateShapeAndSegmentsForCurrentLineInFlowThread()
2383 …tUnit shapeLogicalBottom = logicalTopForFloat(floatingObject) + marginBeforeForChild(floatingObjec… in nextFloatLogicalBottomBelow() local2385 if (shapeLogicalBottom < floatLogicalBottom) in nextFloatLogicalBottomBelow()2386 floatLogicalBottom = shapeLogicalBottom; in nextFloatLogicalBottomBelow()