Searched defs:drawableContentRect (Results 1 - 3 of 3) sorted by last modified time

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp688 // drawableContentRect() is always stored in the coordinate system of the
739 IntRect drawableContentRect = drawLayer->drawableContentRect(); local
740 drawableContentRect.unite(enclosingIntRect(sublayerRenderSurface->drawableContentRect()));
741 drawLayer->setDrawableContentRect(drawableContentRect);
744 IntRect drawableContentRect = drawLayer->drawableContentRect(); local
745 drawableContentRect.unite(sublayer->drawableContentRect());
751 IntRect drawableContentRect = drawLayer->drawableContentRect(); local
[all...]
H A DRenderSurfaceChromium.cpp70 FloatRect RenderSurfaceChromium::drawableContentRect() const function in class:WebCore::RenderSurfaceChromium
74 FloatRect drawableContentRect = m_drawTransform.mapRect(localContentRect); local
76 drawableContentRect.unite(m_replicaDrawTransform.mapRect(localContentRect));
78 return drawableContentRect;
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h138 const IntRect& drawableContentRect() const { return m_drawableContentRect; } function in class:WebCore::CCLayerImpl

Completed in 625 milliseconds