Home
last modified time | relevance | path

Searched refs:NextRect (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.h103 RectType NextRect(int &curLeft, int &curRight);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp207 RectType InnerLooper::NextRect(int &curLeft, int &curRight) in NextRect() function in OHOS::Rosen::Occlusion::InnerLooper
H A Drs_occlusion_region.cpp300 RectType rectType = inner.NextRect(current.left_, current.right_); in RegionOpAccelate()