Searched refs:rhsEnd_ (Results 1 – 2 of 2) sorted by relevance
115 if (rhsEnd_ <= lhsStart_) { in GetEdgeRelation()116 tail = rhsEnd_; in GetEdgeRelation()125 if (lhsEnd_ <= rhsEnd_) { in GetEdgeRelation()129 if (rhsEnd_ <= lhsEnd_) { in GetEdgeRelation()130 tail = lhsStart_ = rhsEnd_; in GetEdgeRelation()152 MoveScanline(rhs_, rhsStart_, rhsEnd_); in MoveScanline()187 rhsEnd_ = INT_MAX; in Init()191 rhsEnd_ = rhs_.rects_->right_; in Init()202 rhsEnd_ = rhs_.rects_->right_; in Init()222 MoveRect(rhs_, rhsStart_, rhsEnd_); in MoveRect()
64 int rhsEnd_ = INT_MAX; variable66 Looper() : lhsStart_(INT_MAX), lhsEnd_(INT_MAX), rhsStart_(INT_MAX), rhsEnd_(INT_MAX) {} in Looper()82 Looper::rhsEnd_ = rhs_.rects_->bottom_; in OuterLooper()