Home | History | Annotate | Download | only in rendering

Lines Matching refs:OVERLINE

667             // 2. Paint our underline and overline.
927 ((!paintedChildren && ((deco & UNDERLINE) || (deco & OVERLINE))) || (paintedChildren && (deco & LINE_THROUGH))) &&
970 Color underline, overline, linethrough;
971 underline = overline = linethrough = styleToUse->color();
973 renderer()->getTextDecorationColors(deco, underline, overline, linethrough);
979 bool paintOverline = deco & OVERLINE && !paintedChildren;
982 bool linesAreOpaque = !isPrinting && (!paintUnderline || underline.alpha() == 255) && (!paintOverline || overline.alpha() == 255) && (!paintLineThrough || linethrough.alpha() == 255);
1028 context->setStrokeColor(overline, colorSpace);