Lines Matching refs:rhs_head
103 rhs_head(max_value), rhs_tail(max_value) { in SpannerBase()
115 TYPE rhs_head; variable
124 if (lhs_head < rhs_head) { in next()
127 if (lhs_tail <= rhs_head) { in next()
131 lhs_head = rhs_head; in next()
132 tail = rhs_head; in next()
134 } else if (rhs_head < lhs_head) { in next()
136 head = rhs_head; in next()
141 rhs_head = lhs_head; in next()
148 tail = rhs_head = lhs_tail; in next()
175 SpannerBase::rhs_head = rhs.rects->top + rhs.dy; in Spanner()
193 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail); in next()
239 SpannerBase::rhs_head = max_value; in prepare()
245 SpannerBase::rhs_head = rhs.rects->left + rhs.dx; in prepare()
254 SpannerBase::rhs_head = rhs.rects->left + rhs.dx; in prepare()
262 SpannerBase::rhs_head == max_value; in isDone()
274 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail); in next()