Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_bottomLeft

39     return m_topLeft.isZero() && m_topRight.isZero() && m_bottomLeft.isZero() && m_bottomRight.isZero();
54 m_bottomLeft.scale(factor);
55 if (!m_bottomLeft.width() || !m_bottomLeft.height())
56 m_bottomLeft = IntSize();
71 m_bottomLeft.setWidth(max(0, m_bottomLeft.width() + leftWidth));
72 m_bottomLeft.setHeight(max(0, m_bottomLeft.height() + bottomWidth));
82 m_bottomLeft = edges.bottomLeft();
92 m_bottomLeft = edges.bottomLeft();
101 m_bottomLeft = IntSize();
111 m_bottomLeft = IntSize();