Home | History | Annotate | Download | only in rendering

Lines Matching refs:composite

619 // layer), we don't need to composite it. This saves up quite a bit on the
620 // number of layers we have to composite.
690 // If we're testing for overlap, we only need to composite if we overlap something that is already composited.
708 // The children of this layer don't need to composite, unless there is
833 // Subsequent layers in the parent stacking context also need to composite.
958 // The children of this stacking context don't need to composite, unless there is
1539 bool composite = (renderer->isEmbeddedObject() && toRenderEmbeddedObject(renderer)->allowsAcceleratedCompositing())
1541 if (!composite)
1934 // to use a synthetic style change to get the iframes into RenderLayers in order to allow them to composite.