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

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 44 , m_bottomRight(bottomRight)
51 void setBottomRight(const IntSize& size) { m_bottomRight = size; }
55 const IntSize& bottomRight() const { return m_bottomRight; }
72 IntSize m_bottomRight;
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 41 , 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;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 497 , m_bottomRight(bottomRight)
502 m_bottomLeft, m_bottomRight,
512 IntSize m_bottomRight;

Completed in 42 milliseconds