Home | History | Annotate | Download | only in rendering

Lines Matching refs:underlines

372     // Determine whether or not we have composition underlines to draw.
382 // and composition underlines.
528 const Vector<CompositionUnderline>& underlines = renderer()->document()->frame()->editor()->customCompositionUnderlines();
529 size_t numUnderlines = underlines.size();
532 const CompositionUnderline& underline = underlines[index];
536 // before the first run we draw, or underlines that were within runs we skipped
666 // Use a special function for underlines to get the positioning exactly right.
936 // Thick marked text underlines are 2px thick as long as there is room for the 2px line under the baseline.
937 // All other marked text underlines are 1px thick.
944 // We need to have some space between underlines of subsequent clauses, because some input methods do not use different underline styles for those.