Searched refs:GetEdgeRelation (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 | 96 inline RectType Looper::GetEdgeRelation(int &head, int &tail, in GetEdgeRelation() function in OHOS::Rosen::Occlusion::Looper 141 RectType relationships = Looper::GetEdgeRelation(curTop, curBottom, moreLhs, moreRhs); in NextScanline() 211 RectType rectType = GetEdgeRelation(curLeft, curRight, moreLhs, moreRhs); in NextRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region_helper.h | 68 inline RectType GetEdgeRelation(int &head, int &tail, bool &more_lhs, bool &more_rhs);
|