Home | History | Annotate | Download | only in rendering

Lines Matching defs:selectionEmphasisMarkColor

599     Color selectionEmphasisMarkColor = emphasisMarkColor;
611 Color emphasisMarkForeground = paintInfo.forceBlackText ? Color::black : renderer()->selectionEmphasisMarkColor();
612 if (emphasisMarkForeground.isValid() && emphasisMarkForeground != selectionEmphasisMarkColor) {
615 selectionEmphasisMarkColor = emphasisMarkForeground;
717 updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());