Home | History | Annotate | Download | only in graphics

Lines Matching refs:m_topRight

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();
90 m_topRight = edges.topRight();
103 m_topRight = IntSize();
109 m_topRight = IntSize();