Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_topLeft

40     return m_topLeft.isZero() && m_topRight.isZero() && m_bottomLeft.isZero() && m_bottomRight.isZero();
49 m_topLeft.scale(factor);
50 if (!m_topLeft.width() || !m_topLeft.height())
51 m_topLeft = IntSize();
66 if (m_topLeft.width() > 0 && m_topLeft.height() > 0) {
67 m_topLeft.setWidth(max<int>(0, m_topLeft.width() + leftWidth));
68 m_topLeft.setHeight(max<int>(0, m_topLeft.height() + topWidth));
106 m_topLeft = edges.topLeft();
125 m_topLeft = IntSize();