Home | History | Annotate | Download | only in rendering

Lines Matching refs:OVERLINE

2306 void RenderObject::getTextDecorationColors(int decorations, Color& underline, Color& overline,
2317 if (currDecs & OVERLINE) {
2318 decorations &= ~OVERLINE;
2319 overline = decorationColor(curr);
2336 if (decorations & OVERLINE)
2337 overline = decorationColor(curr);