Searched defs:RoundedIntRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.cpp28 #include "RoundedIntRect.h"
37 bool RoundedIntRect::Radii::isZero() const
42 void RoundedIntRect::Radii::scale(float factor)
63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
78 void RoundedIntRect::Radii::includeLogicalEdges(const RoundedIntRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
97 void RoundedIntRect::Radii::excludeLogicalEdges(bool isHorizontal, bool excludeLogicalLeftEdge, bool excludeLogicalRightEdge)
116 RoundedIntRect::RoundedIntRect(int x, int y, int width, int height) function in class:WebCore::RoundedIntRect
121 RoundedIntRect function in class:WebCore::RoundedIntRect
127 RoundedIntRect::RoundedIntRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) function in class:WebCore::RoundedIntRect
[all...]
H A DRoundedIntRect.h35 class RoundedIntRect { class in namespace:WebCore
75 explicit RoundedIntRect(const IntRect&, const Radii& = Radii());
76 RoundedIntRect(int x, int y, int width, int height);
77 RoundedIntRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
103 inline bool operator==(const RoundedIntRect::Radii& a, const RoundedIntRect::Radii& b)
108 inline bool operator==(const RoundedIntRect& a, const RoundedIntRect& b)

Completed in 55 milliseconds