Searched refs:shapeMarginLogicalBoundingBox (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.h65 LayoutUnit shapeLogicalTop() const { return computedShape().shapeMarginLogicalBoundingBox().y() + logicalTopOffset(); }
66 LayoutUnit shapeLogicalBottom() const { return computedShape().shapeMarginLogicalBoundingBox().maxY() + logicalTopOffset(); }
67 LayoutUnit shapeLogicalLeft() const { return computedShape().shapeMarginLogicalBoundingBox().x() + logicalLeftOffset(); }
68 LayoutUnit shapeLogicalRight() const { return computedShape().shapeMarginLogicalBoundingBox().maxX() + logicalLeftOffset(); }
69 LayoutUnit shapeLogicalWidth() const { return computedShape().shapeMarginLogicalBoundingBox().width(); }
70 LayoutUnit shapeLogicalHeight() const { return computedShape().shapeMarginLogicalBoundingBox().height(); }
H A DBoxShape.h50 virtual LayoutRect shapeMarginLogicalBoundingBox() const override;
H A DShape.h75 virtual LayoutRect shapeMarginLogicalBoundingBox() const = 0;
79 bool lineOverlapsShapeMarginBounds(LayoutUnit lineTop, LayoutUnit lineHeight) const { return lineOverlapsBoundingBox(lineTop, lineHeight, shapeMarginLogicalBoundingBox()); }
H A DRectangleShape.h50 virtual LayoutRect shapeMarginLogicalBoundingBox() const override { return static_cast<LayoutRect>(shapeMarginBounds()); }
H A DPolygonShape.h68 virtual LayoutRect shapeMarginLogicalBoundingBox() const override;
H A DRasterShape.h89 virtual LayoutRect shapeMarginLogicalBoundingBox() const override { return static_cast<LayoutRect>(marginIntervals().bounds()); }
H A DBoxShape.cpp97 LayoutRect BoxShape::shapeMarginLogicalBoundingBox() const function in class:WebCore::BoxShape
H A DPolygonShape.cpp113 LayoutRect PolygonShape::shapeMarginLogicalBoundingBox() const function in class:WebCore::PolygonShape
H A DShapeOutsideInfo.cpp48 LayoutRect physicalBoundingBox = computedShape().shapeMarginLogicalBoundingBox();

Completed in 81 milliseconds