Home | History | Annotate | Download | only in rendering

Lines Matching refs:LINE_THROUGH

900     bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255);
954 if (deco & LINE_THROUGH) {