Searched refs:paintEngine (Results 1 – 6 of 6) sorted by relevance
85 QPaintEngine* paintEngine = m_pixmap.paintEngine(); in toQImage() local86 if (!paintEngine || paintEngine->type() != QPaintEngine::Raster) in toQImage()91 QPaintDevice* currentPaintDevice = paintEngine->paintDevice(); in toQImage()92 paintEngine->setPaintDevice(0); in toQImage()94 paintEngine->setPaintDevice(currentPaintDevice); in toQImage()
168 if (context && context->platformContext()->paintEngine()->type() == QPaintEngine::OpenGL2) in create()
233 if (painter->paintEngine()->type() == QPaintEngine::OpenVG) in GraphicsContextPlatformPrivate()877 if (p->paintEngine()->type() == QPaintEngine::X11) { in drawLineForText()
130 virtual QPaintEngine* paintEngine() const { return const_cast<NullPaintEngine*>(&m_engine); } in paintEngine() function in WebCore::NullPrinter
2972 QPaintEngine* paintEngine() const in paintEngine() function in DummyPaintDevice
11282 (WebCore::NullPrinter::paintEngine):