Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry() local
368 graphicsLayerParentLocation = clippingBox.location(); in updateGraphicsLayerGeometry()
409 IntRect clippingBox; in updateGraphicsLayerGeometry() local
411 clippingBox = clipBox(toRenderBox(renderer())); in updateGraphicsLayerGeometry()
412 …m_clippingLayer->setPosition(FloatPoint() + (clippingBox.location() - localCompositingBounds.locat… in updateGraphicsLayerGeometry()
413 m_clippingLayer->setSize(clippingBox.size()); in updateGraphicsLayerGeometry()
414 m_clippingLayer->setOffsetFromRenderer(clippingBox.location() - IntPoint()); in updateGraphicsLayerGeometry()
466 foregroundSize = FloatSize(clippingBox.size()); in updateGraphicsLayerGeometry()
467 foregroundOffset = clippingBox.location() - IntPoint(); in updateGraphicsLayerGeometry()