Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp363 IntPoint graphicsLayerParentLocation; in updateGraphicsLayerGeometry() local
368 graphicsLayerParentLocation = clippingBox.location(); in updateGraphicsLayerGeometry()
370 graphicsLayerParentLocation = ancestorCompositingBounds.location(); in updateGraphicsLayerGeometry()
378 …ippingLayer->setPosition(FloatPoint() + (parentClipRect.location() - graphicsLayerParentLocation)); in updateGraphicsLayerGeometry()
386 graphicsLayerParentLocation = parentClipRect.location(); in updateGraphicsLayerGeometry()
389 …->setPosition(FloatPoint() + (relativeCompositingBounds.location() - graphicsLayerParentLocation)); in updateGraphicsLayerGeometry()