Lines Matching refs:right
81 TYPE left, right; in operator() local
82 int inside = spannerInner.next(current.left, current.right); in operator()
84 if (current.left < current.right && in operator()
225 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
232 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx; in prepare()
235 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
237 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx; in prepare()
246 inline int next(TYPE& left, TYPE& right) in next() argument
250 int inside = SpannerBase::next(left, right, more_lhs, more_rhs); in next()
262 void advance(region& reg, TYPE& left, TYPE& right) { in advance() argument
269 right = max_value; in advance()
272 right = reg.rects->right + reg.dx; in advance()