Lines Matching full:paint
586 // Only include overflow from replaced inlines if they do not paint themselves.
626 void InlineFlowBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty)
637 // Add ourselves to the paint info struct's list of inlines that need to paint their
643 // paint us atomically.
653 // 1. Paint our background, border and box-shadow.
656 // 2. Paint our underline and overline.
669 // 3. Paint our children.
673 curr->paint(childInfo, tx, ty);
677 // 4. Paint our strike-through
700 // strip. Even though that strip has been broken up across multiple lines, you still paint it
756 // a line may actually have to paint a background.
769 // :first-line cannot be used to put borders on a line. Always paint borders with our
775 return; // Don't paint anything while we wait for the image to load.
785 // strip. Even though that strip has been broken up across multiple lines, you still paint it
852 return; // Don't paint anything while we wait for the image to load.
900 // Paint text decorations like underlines/overlines. We only do this if we aren't in quirks mode (i.e., in