Home | History | Annotate | Download | only in rendering

Lines Matching refs:isDirectlyCompositedImage

287     if (isDirectlyCompositedImage())
893 if (isDirectlyCompositedImage())
913 bool RenderLayerBacking::isDirectlyCompositedImage() const
931 if ((changeType == RenderLayer::ImageChanged) && isDirectlyCompositedImage()) {