Home
last modified time | relevance | path

Searched defs:targetSurfaceRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DContentLayerChromium.cpp90 void ContentLayerChromium::paintContentsIfDirty(const IntRect& targetSurfaceRect) in paintContentsIfDirty()
130 IntRect ContentLayerChromium::visibleLayerRect(const IntRect& targetSurfaceRect) in visibleLayerRect()
183 void ContentLayerChromium::draw(const IntRect& targetSurfaceRect) in draw()
DLayerRendererChromium.cpp358 const IntRect targetSurfaceRect = layer->ccLayerImpl()->scissorRect(); in paintLayerContents() local
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.cpp132 void CCLayerImpl::draw(const IntRect& targetSurfaceRect) in draw()