Home | History | Annotate | Download | only in rendering

Lines Matching refs:textFillColor

405     Color textFillColor;
411 textFillColor = Color::black;
414 textFillColor = styleToUse->textFillColor();
415 if (!textFillColor.isValid())
416 textFillColor = styleToUse->color();
420 textFillColor = correctedTextColor(textFillColor, Color::white);
434 Color selectionFillColor = textFillColor;
495 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());