Home | History | Annotate | Download | only in gfx

Lines Matching defs:segment

1034   // Each line segment keeps its position in text coordinates. Traverse all line
1035 // segments and if the segment intersects with the given range, add the view
1041 const internal::LineSegment* segment = &lines_[line].segments[i];
1042 const Range intersection = segment->x_range.Intersect(x);
1044 Rect rect(line_x + intersection.start() - segment->x_range.start(),
1048 line_x += segment->x_range.length();