Home
last modified time | relevance | path

Searched refs:rhsStart_ (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.cpp102 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 …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h63 int rhsStart_ = INT_MAX; variable
66 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()