Home | History | Annotate | Download | only in rendering

Lines Matching refs:forceBlackText

550     const ShadowData* textShadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : styleToUse->textShadow();
552 if (paintInfo.forceBlackText()) {
594 Color foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor();
601 Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionEmphasisMarkColor();
610 const ShadowData* shadow = (context->printing() || paintInfo.forceBlackText()) ? 0 : pseudoStyle->textShadow();
624 Color stroke = paintInfo.forceBlackText() ? Color::black : rendererToUse->resolveColor(pseudoStyle, CSSPropertyWebkitTextStrokeColor);