Home | History | Annotate | Download | only in rendering

Lines Matching full:bounds

297         // A bounds change will almost always require redisplay. Usually that redisplay
320 // Get layout bounds in the coords of compAncestor to match relativeCompositingBounds.
372 // The reflection layer has the bounds of m_owningLayer->reflectionLayer(),
373 // but the reflected layer is the bounds of this layer, so we need to position it appropriately.
841 FloatRect bounds(FloatPoint(), m_graphicsLayer->size());
842 if (bounds.intersects(dirtyRect))
1202 void RenderLayerBacking::setCompositedBounds(const IntRect& bounds)
1204 m_compositedBounds = bounds;