Home
last modified time | relevance | path

Searched refs:curTop (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.cpp137 RectType OuterLooper::NextScanline(int &curTop, int &curBottom) in NextScanline() argument
141 RectType relationships = Looper::GetEdgeRelation(curTop, curBottom, moreLhs, moreRhs); in NextScanline()
162 int curTop = rect->top_; in MoveScanline() local
163 while (rect != rectEnd && rect->top_ == curTop) { in MoveScanline()
230 int curTop = r.rects_->top_; in MoveRect() local
233 if (r.count_ > 0 && r.rects_->top_ == curTop) { in MoveRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h86 RectType NextScanline(int &curTop, int &curBottom);