Home | History | Annotate | Download | only in text

Lines Matching defs:spans

36      * drawing, character spans that don't affect metrics can be ignored).
61 CharacterStyle[] spans = text.getSpans(start, end, CharacterStyle.class);
72 if (spans.length > 0) {
73 for (int i = 0; i < spans.length; i++) {
74 CharacterStyle span = spans[i];
177 * paint plus the effect of all spans on the run
190 MetricAffectingSpan[] spans =
196 for (int i = 0; i < spans.length; i++) {
197 MetricAffectingSpan span = spans[i];
296 // spans in the wrong order, but no one appears to call it this