Home | History | Annotate | Download | only in rendering

Lines Matching refs:stroke

583         // Make the text stroke color legible against a white background
589 // Make the text stroke color legible against a white background
633 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPropertyWebkitTextStrokeColor);
634 if (stroke != selectionStrokeColor) {
637 selectionStrokeColor = stroke;