Home
last modified time | relevance | path

Searched refs:lastRectRowBegin_ (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.cpp47 lastRectRowBegin_ = end_ - static_cast<long>(rectsRow_.size()); in FlushVerticalSpan()
55 if (end_ - lastRectRowBegin_ == static_cast<long>(rectsRow_.size())) { in CurrentSpanCanMerge()
57 std::vector<Rect>::const_iterator lastRowPtr = lastRectRowBegin_; in CurrentSpanCanMerge()
81 std::vector<Rect>::iterator r = lastRectRowBegin_; in MergeSpanVertically()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h41 … : storage_(r.GetRegionRectsRef()), bound_(r.GetBoundRef()), lastRectRowBegin_(), end_(), cur_() in Assembler()
55 std::vector<Rect>::iterator lastRectRowBegin_; variable