Home
last modified time | relevance | path

Searched refs:moreRhs (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
101 moreRhs = false; in GetEdgeRelation()
117 moreRhs = true; in GetEdgeRelation()
131 moreRhs = true; in GetEdgeRelation()
140 bool moreRhs; in NextScanline() local
142 MoveScanline(moreLhs, moreRhs); in NextScanline()
151 if (moreRhs) { in MoveScanline()
210 bool moreRhs; 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);