Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2601 bool vectorEmpty = partitionVector.empty(); in SurfaceOcclusionCallback() local
2602 if (vectorEmpty && (visibleAreaRatio > 0.0f)) { in SurfaceOcclusionCallback()
2604 } else if (!vectorEmpty && ROSEN_EQ(visibleAreaRatio, 1.0f)) { in SurfaceOcclusionCallback()
2606 } else if (!vectorEmpty && (visibleAreaRatio > 0.0f)) { in SurfaceOcclusionCallback()