Searched refs:shapeLogicalBottom (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.h89 LayoutUnit shapeLogicalBottom() const { return computedShape().shapeMarginLogicalBoundingBox().maxY() + logicalTopOffset(); } function in class:blink::FINAL
H A DShapeOutsideInfo.cpp291 LineSegment segment = computedShape().getExcludedInterval((borderBoxLineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - borderBoxLineTop));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2608 LayoutUnit shapeLogicalBottom = logicalTopForFloat(floatingObject) + marginBeforeForChild(floatingObject->renderer()) + shapeOutside->shapeLogicalBottom(); local
2609 // Use the shapeLogicalBottom unless it extends outside of the margin box, in which case it is clipped.
2610 if (shapeLogicalBottom < floatLogicalBottom)
2611 floatLogicalBottom = shapeLogicalBottom;

Completed in 120 milliseconds