Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundingBox

969         IntRect clipRect = l->boundingBox(l);
974 IntRect clipRect = l->boundingBox(rootLayer);
2553 IntRect boundingBox = layer->boundingBox(rootLayer);
2555 if (!boundingBox.intersects(it->second))
3628 return boundingBox(rootLayer).intersects(damageRect);
3678 IntRect RenderLayer::boundingBox(const RenderLayer* ancestorLayer) const
3693 return boundingBox(root());