Home | History | Annotate | Download | only in rendering

Lines Matching refs:linethrough

663     Color underline, overline, linethrough;
664 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true);
670 bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255);
720 context->setStrokeColor(linethrough, colorSpace);