Home | History | Annotate | Download | only in qt

Lines Matching refs:repeatY

599 static inline void drawRepeatPattern(QPainter* p, QPixmap* image, const FloatRect& rect, const bool repeatX, const bool repeatY)
610 if (repeatX && repeatY) {
616 if (!repeatX && !repeatY) {
625 } else if (repeatX && !repeatY) {
662 } while (repeatY && y < r.y() + r.height());
679 drawRepeatPattern(shadowPainter, image, normalizedRect, m_state.fillPattern->repeatX(), m_state.fillPattern->repeatY());
684 drawRepeatPattern(p, image, normalizedRect, m_state.fillPattern->repeatX(), m_state.fillPattern->repeatY());