Searched refs:MoveRect (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region_helper.cpp | 212 MoveRect(moreLhs, moreRhs); in NextRect() 216 inline void InnerLooper::MoveRect(bool moreLhs, bool moreRhs) in MoveRect() function in OHOS::Rosen::Occlusion::InnerLooper 219 MoveRect(lhs_, lhsStart_, lhsEnd_); in MoveRect() 222 MoveRect(rhs_, rhsStart_, rhsEnd_); in MoveRect() 227 void InnerLooper::MoveRect(RectsPtr &r, int &left, int &right) in MoveRect() function in OHOS::Rosen::Occlusion::InnerLooper
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region_helper.h | 104 inline void MoveRect(bool moreLhs, bool moreRhs); 105 void MoveRect(RectsPtr &r, int &left, int &right);
|