Home | History | Annotate | Download | only in qt

Lines Matching refs:fillPath

490 void GraphicsContext::fillPath(const Path& path)
508 shadowPainter->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
513 shadowPainter->fillPath(platformPath, brush);
517 shadowPainter->fillPath(platformPath, shadowColor);
526 p->fillPath(platformPath, shadowColor);
532 p->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
536 p->fillPath(platformPath, brush);
538 p->fillPath(platformPath, p->brush());
758 shadowPainter->fillPath(path.platformPath(), QColor(m_data->shadow.m_color));
763 p->fillPath(path.platformPath(), QColor(m_data->shadow.m_color));
767 p->fillPath(path.platformPath(), QColor(color));