Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h429 std::unordered_map<NodeId, std::vector<std::pair<NodeId, RectI>>> transparentDirtyFilter_; variable
H A Drs_uni_render_visitor.cpp1146 transparentDirtyFilter_.clear(); in InitDisplayInfo()
2738 auto dirtyFilter = transparentDirtyFilter_.find(node->GetId()); in UpdateHwcNodeEnableByGlobalFilter()
2739 bool dirtyFilterFound = (dirtyFilter != transparentDirtyFilter_.end()); in UpdateHwcNodeEnableByGlobalFilter()
2909transparentDirtyFilter_[curSurfaceNode_->GetId()].push_back({node.GetId(), globalFilterRect}); in CollectFilterInfoAndUpdateDirty()