Home
last modified time | relevance | path

Searched refs:MIN_OVERLAP (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp72 constexpr int MIN_OVERLAP = 2; variable
1519 … ((dst.GetBottom() - rect.GetTop() <= MIN_OVERLAP && dst.GetBottom() - rect.GetTop() >= 0) || in UpdateHwcNodeEnableByHwcNodeBelowSelfInApp()
1520 … (rect.GetBottom() - dst.GetTop() <= MIN_OVERLAP && rect.GetBottom() - dst.GetTop() >= 0))) { in UpdateHwcNodeEnableByHwcNodeBelowSelfInApp()