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

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 43 , m_bottomLeft(bottomLeft)
50 void setBottomLeft(const IntSize& size) { m_bottomLeft = size; }
54 const IntSize& bottomLeft() const { return m_bottomLeft; }
71 IntSize m_bottomLeft;
  /external/webkit/Source/WebCore/rendering/style/
BorderData.h 40 , m_bottomLeft(Length(0, Fixed), Length(0, Fixed))
56 if (!m_bottomLeft.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
111 const LengthSize& bottomLeft() const { return m_bottomLeft; }
124 LengthSize m_bottomLeft;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 496 , m_bottomLeft(bottomLeft)
502 m_bottomLeft, m_bottomRight,
511 IntSize m_bottomLeft;

Completed in 24 milliseconds