HomeSort by relevance Sort by last modified time
    Searched defs:paintEngine (Results 1 - 3 of 3) 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);
  /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 398 milliseconds