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

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 42 , m_topRight(topRight)
49 void setTopRight(const IntSize& size) { m_topRight = size; }
53 const IntSize& topRight() const { return m_topRight; }
70 IntSize m_topRight;
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 39 , m_topRight(Length(0, Fixed), Length(0, Fixed))
54 if (!m_topRight.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
110 const LengthSize& topRight() const { return m_topRight; }
123 LengthSize m_topRight;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 686 , m_topRight(topRight)
692 context->fillRoundedRect(m_rect, m_topLeft, m_topRight,
700 IntSize m_topRight;

Completed in 59 milliseconds