Home | History | Annotate | Download | only in rendering

Lines Matching refs:image

589     // or any background (color or image).
698 // FIXME: we could optimize cases where the image, video or canvas is known to fill the border box entirely,
706 // An image can be directly compositing if it's the sole content of the layer, and has no box decorations
738 Image* image = cachedImage->image();
739 if (!image)
742 // We have to wait until the image is fully loaded before setting it on the layer.
746 // This is a no-op if the layer doesn't have an inner layer for the image.
747 m_graphicsLayer->setContentsToImage(image);
749 // Image animation is "lazy", in that it automatically stops unless someone is drawing
750 // the image. So we have to kick the animation each time; this has the downside that the
751 // image will keep animating, even if its layer is not visible.
752 image->startAnimation();