Searched refs:compositedBounds (Results 1 – 7 of 7) sorted by relevance
353 ancestorCompositingBounds = compAncestor->backing()->compositedBounds(); in updateGraphicsLayerGeometry()356 IntRect localCompositingBounds = compositedBounds(); in updateGraphicsLayerGeometry()481 FloatRect layerBounds = compositedBounds(); in updateGraphicsLayerGeometry()482 FloatRect reflectionLayerBounds = reflectionBacking->compositedBounds(); in updateGraphicsLayerGeometry()1235 IntRect dirtyRect = compositedBounds(); in paintContents()1412 IntRect RenderLayerBacking::compositedBounds() const in compositedBounds() function in WebCore::RenderLayerBacking
122 IntRect compositedBounds() const;
634 ts << " (composited, bounds " << l.backing()->compositedBounds() << ")"; in write()
557 IntRect compBounds = child->backing()->compositedBounds(); in layerWillBeRemoved()
3038 localHitTestRect = backing()->compositedBounds(); in hitTestLayer()
40189 use compositedBounds() to compute the painting offset, since that's
95752 (WebCore::RenderLayerBacking::compositedBounds):