Home | History | Annotate | Download | only in rendering

Lines Matching refs:overline

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