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

  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 74 IntRect dirtyRect(mapFromContents(contentsDirtyRect));
133 IntRect dirtyRect = mapFromContents(rect);
158 IntRect visibleRect = mapFromContents(m_client->tiledBackingStoreVisibleRect());
204 IntRect visibleRect = mapFromContents(m_client->tiledBackingStoreVisibleRect());
327 IntRect TiledBackingStore::mapFromContents(const IntRect& rect) const
337 return mapFromContents(m_client->tiledBackingStoreContentsRect());
TiledBackingStore.h 92 IntRect mapFromContents(const IntRect&) const;
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 236 IntRect dirtyRect(mapFromContents(contentsDirtyRect));
334 IntRect dirtyRect = mapFromContents(rect);
354 IntRect visibleRect = mapFromContents(webViewVisibleRect());
415 IntRect visibleRect = mapFromContents(webViewVisibleRect());
553 IntRect TiledDrawingAreaProxy::mapFromContents(const IntRect& rect) const
563 return mapFromContents(IntRect(IntPoint(0, 0), m_viewSize));
TiledDrawingAreaProxy.h 103 WebCore::IntRect mapFromContents(const WebCore::IntRect&) const;

Completed in 3530 milliseconds