Searched refs:computedShapeLogicalBoundingBox (Results 1 – 3 of 3) sorted by relevance
104 …LayoutUnit shapeLogicalTop() const { return computedShapeLogicalBoundingBox().y() + logicalTopOffs… in shapeLogicalTop()105 …LayoutUnit shapeLogicalBottom() const { return computedShapeLogicalBoundingBox().maxY() + logicalT… in shapeLogicalBottom()106 …LayoutUnit shapeLogicalLeft() const { return computedShapeLogicalBoundingBox().x() + logicalLeftOf… in shapeLogicalLeft()107 …LayoutUnit shapeLogicalRight() const { return computedShapeLogicalBoundingBox().maxX() + logicalLe… in shapeLogicalRight()108 LayoutUnit shapeLogicalWidth() const { return computedShapeLogicalBoundingBox().width(); } in shapeLogicalWidth()109 LayoutUnit shapeLogicalHeight() const { return computedShapeLogicalBoundingBox().height(); } in shapeLogicalHeight()128 virtual LayoutRect computedShapeLogicalBoundingBox() const = 0;
58 …virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shap… in computedShapeLogicalBoundingBox() function
103 …virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shap… in computedShapeLogicalBoundingBox() function