Home | History | Annotate | Download | only in rendering

Lines Matching refs:OVERLINE

562     // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
892 Color underline, overline, linethrough;
893 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true);
899 bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255);
948 if (deco & OVERLINE) {
949 context->setStrokeColor(overline, colorSpace);