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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 131 IntRect layerRectToContentRect(const IntRect& layerRect) const;
LayerTilerChromium.cpp 169 IntRect LayerTilerChromium::layerRectToContentRect(const IntRect& layerRect) const
267 m_paintRect = layerRectToContentRect(dirtyLayerRect);
315 sourceRect.intersect(layerRectToContentRect(tile->m_dirtyLayerRect));

Completed in 33 milliseconds