Searched defs:m_bottomRight (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.h44 , m_bottomRight(bottomRight)
51 void setBottomRight(const IntSize& size) { m_bottomRight = size; }
55 const IntSize& bottomRight() const { return m_bottomRight; }
72 IntSize m_bottomRight; member in class:WebCore::RoundedIntRect::Radii
/external/webkit/Source/WebCore/rendering/style/
H A DBorderData.h41 , m_bottomRight(Length(0, Fixed), Length(0, Fixed))
58 if (!m_bottomRight.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
112 const LengthSize& bottomRight() const { return m_bottomRight; }
125 LengthSize m_bottomRight; member in class:WebCore::BorderData
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h688 , m_bottomRight(bottomRight)
693 m_bottomLeft, m_bottomRight,
702 IntSize m_bottomRight; member in class:WebCore::GraphicsOperation::FillRoundedRect

Completed in 795 milliseconds