Searched refs:FloatRoundedRect (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DRectangleShape.h42 class FloatRoundedRect : public FloatRect { class in namespace:WebCore
44 FloatRoundedRect() { } function in class:WebCore::FloatRoundedRect
45 FloatRoundedRect(const FloatRect& bounds, const FloatSize& radii) function in class:WebCore::FloatRoundedRect
53 FloatRoundedRect marginBounds(float margin) const;
54 FloatRoundedRect paddingBounds(float padding) const;
79 FloatRoundedRect shapeMarginBounds() const;
80 FloatRoundedRect shapePaddingBounds() const;
82 FloatRoundedRect m_bounds;
83 mutable FloatRoundedRect m_marginBounds;
84 mutable FloatRoundedRect m_paddingBound
[all...]
H A DRectangleShape.cpp49 FloatRoundedRect FloatRoundedRect::paddingBounds(float padding) const
61 return FloatRoundedRect(FloatRect(boundsX, boundsY, boundsWidth, boundsHeight), FloatSize(boundsRadiusX, boundsRadiusY));
64 FloatRoundedRect FloatRoundedRect::marginBounds(float margin) const
76 return FloatRoundedRect(FloatRect(boundsX, boundsY, boundsWidth, boundsHeight), FloatSize(boundsRadiusX, boundsRadiusY));
79 FloatPoint FloatRoundedRect::cornerInterceptForWidth(float widthAtIntercept) const
86 FloatRoundedRect RectangleShape::shapePaddingBounds() const
95 FloatRoundedRect RectangleShape::shapeMarginBounds() const
106 const FloatRoundedRect
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsContextBlackBerry.cpp234 BlackBerry::Platform::FloatRoundedRect r = BlackBerry::Platform::FloatRoundedRect(FloatRect(rect), FloatSize(topLeft), FloatSize(topRight), FloatSize(bottomLeft), FloatSize(bottomRight));
361 BlackBerry::Platform::FloatRoundedRect r = BlackBerry::Platform::FloatRoundedRect(
375 BlackBerry::Platform::FloatRoundedRect r = BlackBerry::Platform::FloatRoundedRect(
H A DPathBlackBerry.cpp184 BlackBerry::Platform::FloatRoundedRect rr(rect, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius);

Completed in 188 milliseconds