Home | History | Annotate | Download | only in rendering

Lines Matching refs:overline

2327 void RenderObject::getTextDecorationColors(int decorations, Color& underline, Color& overline,
2338 if (currDecs & OVERLINE) {
2339 decorations &= ~OVERLINE;
2340 overline = decorationColor(curr);
2357 if (decorations & OVERLINE)
2358 overline = decorationColor(curr);