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

/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DRectangleShape.h61 class RectangleShape : public Shape { class in namespace:WebCore
63 RectangleShape(const FloatRect& bounds, const FloatSize& radii) function in class:WebCore::RectangleShape
H A DRectangleShape.cpp31 #include "RectangleShape.h"
86 FloatRoundedRect RectangleShape::shapePaddingBounds() const
95 FloatRoundedRect RectangleShape::shapeMarginBounds() const
104 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
136 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
181 bool RectangleShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const
H A DShape.cpp37 #include "RectangleShape.h"
48 return adoptPtr(new RectangleShape(bounds, radii));
54 return adoptPtr(new RectangleShape(FloatRect(center.x() - radius, center.y() - radius, radius*2, radius*2), FloatSize(radius, radius)));
60 return adoptPtr(new RectangleShape(FloatRect(center.x() - radii.width(), center.y() - radii.height(), radii.width()*2, radii.height()*2), radii));

Completed in 129 milliseconds