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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRect.cpp 29 #include "platform/geometry/RoundedRect.h"
36 bool RoundedRect::Radii::isZero() const
41 void RoundedRect::Radii::scale(float factor)
62 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
82 void RoundedRect::inflateWithRadii(int size)
97 void RoundedRect::Radii::includeLogicalEdges(const RoundedRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
116 void RoundedRect::Radii::excludeLogicalEdges(bool isHorizontal, bool excludeLogicalLeftEdge, bool excludeLogicalRightEdge)
135 RoundedRect::RoundedRect(int x, int y, int width, int height
    [all...]
RoundedRect.h 38 class PLATFORM_EXPORT RoundedRect {
78 explicit RoundedRect(const IntRect&, const Radii& = Radii());
79 RoundedRect(int x, int y, int width, int height);
80 RoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight);
114 inline bool operator==(const RoundedRect::Radii& a, const RoundedRect::Radii& b)
119 inline bool operator!=(const RoundedRect::Radii& a, const RoundedRect::Radii& b)
124 inline bool operator==(const RoundedRect& a, const RoundedRect& b
    [all...]

Completed in 393 milliseconds