Home | History | Annotate | Download | only in ui

Lines Matching refs:top

78             int inside = spanner.next(current.top, current.bottom);
85 current.top < current.bottom) {
163 SpannerBase::lhs_head = lhs.rects->top + lhs.dy;
165 SpannerBase::rhs_head = rhs.rects->top + rhs.dy;
173 inline int next(TYPE& top, TYPE& bottom)
177 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs);
194 const int top = rects->top;
195 while (rects != end && rects->top == top) {
200 aTop = rects->top + reg.dy;
264 const int cur_span_top = reg.rects->top;
267 if (!reg.count || reg.rects->top != cur_span_top) {