Home | History | Annotate | Download | only in qt

Lines Matching refs:brush

179         painter.setBrush(p->brush());
494 if (p->brush().style() != Qt::NoBrush)
544 QBrush brush(*m_common->state.fillGradient->platformGradient());
545 brush.setTransform(m_common->state.fillGradient->gradientSpaceTransform());
546 p->fillPath(path, brush);
549 p->fillPath(path, p->brush());
583 QBrush brush(*m_common->state.strokeGradient->platformGradient());
584 brush.setTransform(m_common->state.strokeGradient->gradientSpaceTransform());
585 pen.setBrush(brush);
621 QBrush brush(*m_common->state.fillGradient->platformGradient());
622 brush.setTransform(m_common->state.fillGradient->gradientSpaceTransform());
623 p->fillRect(rect, brush);
626 p->fillRect(rect, p->brush());
719 const QBrush oldBrush = p->brush();