Home
last modified time | relevance | path

Searched refs:tiledBackingStorePaint (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTiledBackingStoreClient.h29 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
DTileQt.cpp126 … m_backingStore->m_client->tiledBackingStorePaint(&context, m_backingStore->mapToContents(rect)); in updateBackBuffer()
DGraphicsLayerQt.cpp204 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
898 void GraphicsLayerQtImpl::tiledBackingStorePaint(GraphicsContext* gc, const IntRect& rect) in tiledBackingStorePaint() function in WebCore::GraphicsLayerQtImpl
/external/webkit/Source/WebCore/page/
DFrame.h270 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
DFrame.cpp908 void Frame::tiledBackingStorePaint(GraphicsContext* context, const IntRect& rect) in tiledBackingStorePaint() function in WebCore::Frame
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436069 (WebCore::Frame::tiledBackingStorePaint):
DChangeLog-2010-12-0619129 (WebCore::GraphicsLayerQtImpl::tiledBackingStorePaint):