Searched refs:rhsStart_ (Results 1 – 2 of 2) sorted by relevance
102 if (lhsStart_ < rhsStart_) { in GetEdgeRelation()105 if (lhsEnd_ <= rhsStart_) { in GetEdgeRelation()109 lhsStart_ = rhsStart_; in GetEdgeRelation()110 tail = rhsStart_; in GetEdgeRelation()112 } else if (rhsStart_ < lhsStart_) { in GetEdgeRelation()114 head = rhsStart_; in GetEdgeRelation()119 rhsStart_ = lhsStart_; in GetEdgeRelation()126 tail = rhsStart_ = lhsEnd_; in GetEdgeRelation()186 rhsStart_ = INT_MAX; in Init()190 rhsStart_ = rhs_.rects_->left_; in Init()[all …]
63 int rhsStart_ = INT_MAX; variable66 Looper() : lhsStart_(INT_MAX), lhsEnd_(INT_MAX), rhsStart_(INT_MAX), rhsEnd_(INT_MAX) {} in Looper()81 Looper::rhsStart_ = rhs_.rects_->top_; in OuterLooper()108 return lhsStart_ == INT_MAX && rhsStart_ == INT_MAX; in IsDone()