HomeSort by relevance Sort by last modified time
    Searched defs:RoundedIntRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.cpp 28 #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)
121 RoundedIntRect::RoundedIntRect(const IntRect& rect, const Radii& radii
    [all...]
RoundedIntRect.h 35 class RoundedIntRect {
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 28 milliseconds