Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h445 void ResetFilterRectsInCache(const std::unordered_set<NodeId>& curRects);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp258 node.ResetFilterRectsInCache(setRects);
588 node.ResetFilterRectsInCache(curRects);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3339 void RSRenderNode::ResetFilterRectsInCache(const std::unordered_set<NodeId>& curRects) in ResetFilterRectsInCache() function in OHOS::Rosen::RSRenderNode