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

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.h66 LayoutUnit shapeLogicalBottom() const { return computedShape().shapeMarginLogicalBoundingBox().maxY() + logicalTopOffset(); } function in class:WebCore::final
H A DShapeOutsideInfo.cpp311 computedShape().getExcludedIntervals((lineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - lineTop), segments);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.cpp227 LayoutUnit shapeBottom = m_renderer.logicalTopForFloat(floatingObject) + m_renderer.marginBeforeForChild(floatingObject->renderer()) + shapeOutside->shapeLogicalBottom();

Completed in 63 milliseconds