Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp707 HWTEST_F(RSBaseRenderNodeTest, GetFilterRectsInCache, TestSize.Level1)
711 node->GetFilterRectsInCache(allRects);
715 node->GetFilterRectsInCache(allRects);
H A Drs_render_node_test.cpp259 node.GetFilterRectsInCache(getRects);
591 node.GetFilterRectsInCache(allRects);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h446 …void GetFilterRectsInCache(std::unordered_map<NodeId, std::unordered_set<NodeId>>& allRects) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1740 node->GetFilterRectsInCache(allRects); in ResetDrawingCacheStatusIfNodeStatic()
H A Drs_render_node.cpp3344 void RSRenderNode::GetFilterRectsInCache(std::unordered_map<NodeId, std::unordered_set<NodeId>>& al… in GetFilterRectsInCache() function in OHOS::Rosen::RSRenderNode