Home | History | Annotate | Download | only in rendering

Lines Matching defs:underlines

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