Home | History | Annotate | Download | only in rendering

Lines Matching refs:textStrokeColor

406     Color textStrokeColor;
412 textStrokeColor = Color::black;
422 textStrokeColor = styleToUse->textStrokeColor();
423 if (!textStrokeColor.isValid())
424 textStrokeColor = styleToUse->color();
428 textStrokeColor = correctedTextColor(textStrokeColor, Color::white);
435 Color selectionStrokeColor = textStrokeColor;
462 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->textStrokeColor();
495 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());