OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
38
bool
RoundedRect
::Radii::isZero() const
43
void
RoundedRect
::Radii::scale(float factor)
64
void
RoundedRect
::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
84
void
RoundedRect
::inflateWithRadii(int size)
99
void
RoundedRect
::Radii::includeLogicalEdges(const
RoundedRect
::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
118
void
RoundedRect
::Radii::excludeLogicalEdges(bool isHorizontal, bool excludeLogicalLeftEdge, bool excludeLogicalRightEdge)
137
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 26 milliseconds