Home
last modified time | relevance | path

Searched refs:moreLhs (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.cpp97 bool &moreLhs, bool &moreRhs) in GetEdgeRelation() argument
100 moreLhs = false; in GetEdgeRelation()
107 moreLhs = true; in GetEdgeRelation()
127 moreLhs = true; in GetEdgeRelation()
139 bool moreLhs; in NextScanline() local
142 MoveScanline(moreLhs, moreRhs); in NextScanline()
148 if (moreLhs) { in MoveScanline()
209 bool moreLhs; in NextRect() local
212 MoveRect(moreLhs, moreRhs); in NextRect()
216 inline void InnerLooper::MoveRect(bool moreLhs, bool moreRhs) in MoveRect() argument
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h87 inline void MoveScanline(bool moreLhs, bool moreRhs);
104 inline void MoveRect(bool moreLhs, bool moreRhs);