Home | History | Annotate | Download | only in mac

Lines Matching refs:decor

428     int decor = style->textDecorationsInEffect();
429 if ((decor & UNDERLINE) == 0) {
434 if ((decor & LINE_THROUGH) == 0) {
439 if ((decor & (UNDERLINE | LINE_THROUGH)) != 0) {
443 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
445 if ((decor & UNDERLINE) != 0) {
450 if ((decor & LINE_THROUGH) != 0) {