Home
last modified time | relevance | path

Searched refs:InnerLooper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h94 class InnerLooper : protected Looper {
98 inline InnerLooper(const RectsPtr &lhs, const RectsPtr &rhs) in InnerLooper() function
100 InnerLooper(const OuterLooper &outer) : lhs_(outer.lhs_), rhs_(outer.rhs_) {} in InnerLooper() function
101 ~InnerLooper() {} in ~InnerLooper()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp179 void InnerLooper::Init(RectType relationship) in Init()
207 RectType InnerLooper::NextRect(int &curLeft, int &curRight) in NextRect()
216 inline void InnerLooper::MoveRect(bool moreLhs, bool moreRhs) in MoveRect()
227 void InnerLooper::MoveRect(RectsPtr &r, int &left, int &right) in MoveRect()
H A Drs_occlusion_region.cpp290 InnerLooper inner(outer); in RegionOpAccelate()