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

  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.h 91 IntRect mapToContents(const IntRect&) const;
TiledBackingStore.cpp 319 IntRect TiledBackingStore::mapToContents(const IntRect& rect) const
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 126 m_backingStore->m_client->tiledBackingStorePaint(&context, m_backingStore->mapToContents(rect));
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.h 102 WebCore::IntRect mapToContents(const WebCore::IntRect&) const;
TiledDrawingAreaProxy.cpp 306 paintedArea.append(mapToContents(tile->rect()));
545 IntRect TiledDrawingAreaProxy::mapToContents(const IntRect& rect) const

Completed in 173 milliseconds