Home
last modified time | relevance | path

Searched refs:OuterLooper (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.h70 class OuterLooper : protected Looper {
74 inline OuterLooper(const RectsPtr &lhs, const RectsPtr &rhs) : lhs_(lhs), rhs_(rhs) in OuterLooper() function
85 ~OuterLooper() {} in ~OuterLooper()
100 InnerLooper(const OuterLooper &outer) : lhs_(outer.lhs_), rhs_(outer.rhs_) {} in InnerLooper()
/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()
146 inline void OuterLooper::MoveScanline(bool moreLhs, bool moreRhs) in MoveScanline()
157 void OuterLooper::MoveScanline(RectsPtr &r, int &top, int &bottom) in MoveScanline()
H A Drs_occlusion_region.cpp287 OuterLooper outer(lhs, rhs); in RegionOpAccelate()