Lines Matching refs:m_rect
139 + if (m_rect.width() <= 0 || m_rect.height() <= 0)
150 + position.x() + m_rect.x(),
151 + position.y() + m_rect.y(),
152 + m_rect.width(), m_rect.height());
159 + wl_region_add(region, position.x() + m_rect.x(),
160 + position.y() + m_rect.y(),
161 + m_rect.width(), m_rect.height());
174 + if (m_rect.width() > 0 && m_rect.height() > 0)
176 + m_rect.x(), m_rect.y(), m_rect.width(), m_rect.height());
200 + m_rect = QRect(x, y, w, h);
266 + QRect m_rect;