Home | History | Annotate | Download | only in rendering

Lines Matching refs:foreground

563     // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
603 // Check foreground color first.
604 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor();
605 if (foreground.isValid() && foreground != selectionFillColor) {
608 selectionFillColor = foreground;
1113 // Paint either the background markers or the foreground markers, but not both