OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapFromContents
(Results
1 - 2
of
2
) 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());
/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));
Completed in 74 milliseconds