Home | History | Annotate | Download | only in rendering

Lines Matching refs:linethrough

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);
955 context->setStrokeColor(linethrough, colorSpace);