Home
last modified time | relevance | path

Searched refs:compAncestor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp347 RenderLayer* compAncestor = m_owningLayer->ancestorCompositingLayer(); in updateGraphicsLayerGeometry() local
351 if (compAncestor) { in updateGraphicsLayerGeometry()
352 ASSERT(compAncestor->backing()); in updateGraphicsLayerGeometry()
353 ancestorCompositingBounds = compAncestor->backing()->compositedBounds(); in updateGraphicsLayerGeometry()
360 m_owningLayer->convertToLayerCoords(compAncestor, deltaX, deltaY); in updateGraphicsLayerGeometry()
364 if (compAncestor && compAncestor->backing()->hasClippingLayer()) { in updateGraphicsLayerGeometry()
367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry()
372 if (compAncestor && m_ancestorClippingLayer) { in updateGraphicsLayerGeometry()
376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true); in updateGraphicsLayerGeometry()
DRenderLayerCompositor.cpp77 CompositingState(RenderLayer* compAncestor) in CompositingState()
78 : m_compositingAncestor(compAncestor) in CompositingState()