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

  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStoreClient.h 29 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0;
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 126 m_backingStore->m_client->tiledBackingStorePaint(&context, m_backingStore->mapToContents(rect));
GraphicsLayerQt.cpp 204 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.h 270 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
Frame.cpp 904 void Frame::tiledBackingStorePaint(GraphicsContext* context, const IntRect& rect)
    [all...]

Completed in 525 milliseconds