HomeSort by relevance Sort by last modified time
    Searched full:m_bottomright (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.cpp 39 return m_topLeft.isZero() && m_topRight.isZero() && m_bottomLeft.isZero() && m_bottomRight.isZero();
57 m_bottomRight.scale(factor);
58 if (!m_bottomRight.width() || !m_bottomRight.height())
59 m_bottomRight = IntSize();
74 m_bottomRight.setWidth(max(0, m_bottomRight.width() + rightWidth));
75 m_bottomRight.setHeight(max(0, m_bottomRight.height() + bottomWidth));
93 m_bottomRight = edges.bottomRight()
    [all...]
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;
RenderStyle.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 688 , m_bottomRight(bottomRight)
693 m_bottomLeft, m_bottomRight,
702 IntSize m_bottomRight;

Completed in 338 milliseconds