Home | History | Annotate | Download | only in rendering

Lines Matching full:images

545     // foreground phase (which is true for replaced elements like images).
681 // Don't render a masked element until all the mask images have loaded, to prevent a flash of unmasked content.
688 // Before all images have loaded, just use an empty transparency layer as the mask.
696 // We have to use an extra image buffer to hold the mask. Multiple mask images need
698 // can be composited with the content using destination-in. SVG images need to be able to set compositing modes
699 // as they draw images contained inside their sub-document, so we paint all our images into a separate buffer
701 // We have to check that the mask images to be rendered contain at least one image that can be actually used in rendering