Searched refs:currDecs (Results 1 – 1 of 1) sorted by relevance
2338 int currDecs = curr->style()->textDecoration(); in getTextDecorationColors() local2339 if (currDecs) { in getTextDecorationColors()2340 if (currDecs & UNDERLINE) { in getTextDecorationColors()2344 if (currDecs & OVERLINE) { in getTextDecorationColors()2348 if (currDecs & LINE_THROUGH) { in getTextDecorationColors()