Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp608 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry() local
609 graphicsLayerParentLocation = clippingBox.location(); in updateGraphicsLayerGeometry()
656 IntRect clippingBox; in updateGraphicsLayerGeometry() local
658 clippingBox = clipBox(toRenderBox(renderer())); in updateGraphicsLayerGeometry()
659 … clipLayer->setPosition(FloatPoint(clippingBox.location() - localCompositingBounds.location())); in updateGraphicsLayerGeometry()
660 clipLayer->setSize(clippingBox.size()); in updateGraphicsLayerGeometry()
661 clipLayer->setOffsetFromRenderer(toIntSize(clippingBox.location())); in updateGraphicsLayerGeometry()
720 foregroundSize = FloatSize(clippingBox.size()); in updateGraphicsLayerGeometry()
721 foregroundOffset = toIntSize(clippingBox.location()); in updateGraphicsLayerGeometry()