Home | History | Annotate | Download | only in rendering

Lines Matching refs:decorations

2333 void RenderObject::getTextDecorationColors(int decorations, Color& underline, Color& overline,
2341 decorations &= ~UNDERLINE;
2345 decorations &= ~OVERLINE;
2349 decorations &= ~LINE_THROUGH;
2356 } while (curr && decorations && (!quirksMode || !curr->node() ||
2360 if (decorations && curr) {
2361 if (decorations & UNDERLINE)
2363 if (decorations & OVERLINE)
2365 if (decorations & LINE_THROUGH)