Home | History | Annotate | Download | only in rendering

Lines Matching refs:TextDecorationUnderline

1105     bool linesAreOpaque = !isPrinting && (!(deco & TextDecorationUnderline) || underline.alpha() == 255) && (!(deco & TextDecorationOverline) || overline.alpha() == 255) && (!(deco & TextDecorationLineThrough) || linethrough.alpha() == 255);
1144 if (deco & TextDecorationUnderline) {