Home | History | Annotate | Download | only in rendering

Lines Matching refs:deco

914     int deco = parent() ? styleToUse->textDecoration() : styleToUse->textDecorationsInEffect();
915 if (deco != TDNONE &&
916 ((!paintedChildren && ((deco & UNDERLINE) || (deco & OVERLINE))) || (paintedChildren && (deco & LINE_THROUGH))) &&
962 renderer()->getTextDecorationColors(deco, underline, overline, linethrough);
967 bool paintUnderline = deco & UNDERLINE && !paintedChildren;
968 bool paintOverline = deco & OVERLINE && !paintedChildren;
969 bool paintLineThrough = deco & LINE_THROUGH && paintedChildren;