Home | History | Annotate | Download | only in rendering

Lines Matching refs:UNDERLINE

456                 const CompositionUnderline& underline = underlines[index];
458 if (underline.endOffset <= start())
459 // underline is completely before this run. This might be an underline that sits
464 if (underline.startOffset <= end()) {
465 // underline intersects this run. Paint it.
466 paintCompositionUnderline(paintInfo.context, tx, ty, underline);
467 if (underline.endOffset > end() + 1)
468 // underline also runs into the next run. Bail now, no more marker advancement.
471 // underline is completely after this run, bail. A later run will paint it.
535 if (decoration == UNDERLINE)
550 ASSERT(decoration == TDNONE || decoration == UNDERLINE || decoration == OVERLINE || decoration == LINE_THROUGH || decoration == BLINK);
559 if (decoration == UNDERLINE)