Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp884 RSBaseRenderNode subTreeRoot(id + 1, context); variable
885 auto& properties1 = subTreeRoot.GetMutableRenderProperties();
889 node.UpdateFilterRegionInSkippedSubTree(*rsDirtyManager, subTreeRoot, filterRect, clipRect);
905 RSBaseRenderNode subTreeRoot(id + 1, context); variable
906 auto& properties1 = subTreeRoot.GetMutableRenderProperties();
911 node.UpdateFilterRegionInSkippedSubTree(*rsDirtyManager, subTreeRoot, filterRect, clipRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h532 const RSRenderNode& subTreeRoot, RectI& filterRect, const RectI& clipRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1914 const RSRenderNode& subTreeRoot, RectI& filterRect, const RectI& clipRect) in UpdateFilterRegionInSkippedSubTree() argument
1917 if (!GetAbsMatrixReverse(subTreeRoot, absMatrix)) { in UpdateFilterRegionInSkippedSubTree()