HomeSort by relevance Sort by last modified time
    Searched refs:m_topRight (Results 1 - 4 of 4) 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();
51 m_topRight.scale(factor);
52 if (!m_topRight.width() || !m_topRight.height())
53 m_topRight = IntSize();
68 m_topRight.setWidth(max(0, m_topRight.width() + rightWidth));
69 m_topRight.setHeight(max(0, m_topRight.height() + topWidth));
84 m_topRight = edges.topRight()
    [all...]
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;
RenderStyle.h     [all...]

Completed in 198 milliseconds