HomeSort by relevance Sort by last modified time
    Searched refs:paintEngine (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 85 QPaintEngine* paintEngine = m_pixmap.paintEngine();
86 if (!paintEngine || paintEngine->type() != QPaintEngine::Raster)
91 QPaintDevice* currentPaintDevice = paintEngine->paintDevice();
92 paintEngine->setPaintDevice(0);
94 paintEngine->setPaintDevice(currentPaintDevice);
TextureMapperQt.cpp 168 if (context && context->platformContext()->paintEngine()->type() == QPaintEngine::OpenGL2)
GraphicsContextQt.cpp 233 if (painter->paintEngine()->type() == QPaintEngine::OpenVG)
873 // If paintengine type is X11 to avoid artifacts
877 if (p->paintEngine()->type() == QPaintEngine::X11) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 130 virtual QPaintEngine* paintEngine() const { return const_cast<NullPaintEngine*>(&m_engine); }
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]

Completed in 599 milliseconds