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

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 41 : m_topLeft(topLeft)
48 void setTopLeft(const IntSize& size) { m_topLeft = size; }
52 const IntSize& topLeft() const { return m_topLeft; }
69 IntSize m_topLeft;
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 38 BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed))
52 if (!m_topLeft.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
109 const LengthSize& topLeft() const { return m_topLeft; }
122 LengthSize m_topLeft;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 491 , m_topLeft(topLeft)
498 context->fillRoundedRect(m_rect, m_topLeft, m_topRight,
506 IntSize m_topLeft;

Completed in 49 milliseconds