Lines Matching refs:right
81 TYPE left, right;
82 int inside = spannerInner.next(current.left, current.right);
84 if (current.left < current.right &&
235 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx;
244 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx;
249 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx;
253 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx;
263 inline int next(TYPE& left, TYPE& right)
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
279 void advance(region& reg, TYPE& left, TYPE& right) {
286 right = max_value;
289 right = reg.rects->right + reg.dx;