Home
last modified time | relevance | path

Searched refs:rhsEnd_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp115 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h64 int rhsEnd_ = INT_MAX; variable
66 Looper() : lhsStart_(INT_MAX), lhsEnd_(INT_MAX), rhsStart_(INT_MAX), rhsEnd_(INT_MAX) {} in Looper()
82 Looper::rhsEnd_ = rhs_.rects_->bottom_; in OuterLooper()