HomeSort by relevance Sort by last modified time
    Searched refs:m_topLeft (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();
48 m_topLeft.scale(factor);
49 if (!m_topLeft.width() || !m_topLeft.height())
50 m_topLeft = IntSize();
65 m_topLeft.setWidth(max(0, m_topLeft.width() + leftWidth));
66 m_topLeft.setHeight(max(0, m_topLeft.height() + topWidth));
85 m_topLeft = edges.topLeft()
    [all...]
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;
RenderStyle.h     [all...]

Completed in 113 milliseconds