Home
last modified time | relevance | path

Searched refs:lhsEnd_ (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.cpp105 if (lhsEnd_ <= rhsStart_) { in GetEdgeRelation()
106 tail = lhsEnd_; in GetEdgeRelation()
125 if (lhsEnd_ <= rhsEnd_) { in GetEdgeRelation()
126 tail = rhsStart_ = lhsEnd_; in GetEdgeRelation()
129 if (rhsEnd_ <= lhsEnd_) { in GetEdgeRelation()
149 MoveScanline(lhs_, lhsStart_, lhsEnd_); in MoveScanline()
184 lhsEnd_ = lhs_.rects_->right_; in Init()
194 lhsEnd_ = INT_MAX; in Init()
198 lhsEnd_ = lhs_.rects_->right_; in Init()
219 MoveRect(lhs_, lhsStart_, lhsEnd_); in MoveRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h62 int lhsEnd_ = INT_MAX; variable
66 Looper() : lhsStart_(INT_MAX), lhsEnd_(INT_MAX), rhsStart_(INT_MAX), rhsEnd_(INT_MAX) {} in Looper()
78 Looper::lhsEnd_ = lhs_.rects_->bottom_; in OuterLooper()