Home | History | Annotate | Download | only in rendering

Lines Matching refs:image

703     StyleImage* img = fillLayer->image();
708 // We have a fill image that spans multiple lines.
783 StyleImage* borderImage = renderer()->style()->borderImage().image();
786 return; // Don't paint anything while we wait for the image to load.
788 // The simple case is where we either have no border image or we are the only box for this object. In those
793 // We have a border image that spans multiple lines.
795 // Think of border image painting on inlines as though you had one long line, a single continuous
797 // as though you had one single line. This means each line has to pick up the image where
841 StyleImage* maskBoxImage = renderer()->style()->maskBoxImage().image();
863 return; // Don't paint anything while we wait for the image to load.
870 // We have a mask image that spans multiple lines.