Searched refs:tiledBackingStorePaint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DTiledBackingStoreClient.h29 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTileQt.cpp126 m_backingStore->m_client->tiledBackingStorePaint(&context, m_backingStore->mapToContents(rect));
H A DGraphicsLayerQt.cpp204 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
898 void GraphicsLayerQtImpl::tiledBackingStorePaint(GraphicsContext* gc, const IntRect& rect) function in class:WebCore::GraphicsLayerQtImpl
/external/webkit/Source/WebCore/page/
H A DFrame.h270 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
H A DFrame.cpp904 void Frame::tiledBackingStorePaint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::Frame

Completed in 73 milliseconds