Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_topLeft

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();
104 m_topLeft = IntSize();