Home | History | Annotate | Download | only in rendering

Lines Matching refs:deco

647 void InlineTextBox::paintDecoration(GraphicsContext* context, int tx, int ty, int deco, ShadowData* shadow)
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);
708 if (deco & UNDERLINE) {
714 if (deco & OVERLINE) {
719 if (deco & LINE_THROUGH) {