Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h218 void UpdateHwcNodeEnableByHwcNodeBelowSelfInApp(std::vector<RectI>& hwcRects,
220 void UpdateChildHwcNodeEnableByHwcNodeBelow(std::vector<RectI>& hwcRects,
222 void UpdateHwcNodeEnableByHwcNodeBelowSelf(std::vector<RectI>& hwcRects,
228 …CornerRadiusInfoForDRM(std::shared_ptr<RSSurfaceRenderNode> hwcNode, std::vector<RectI>& hwcRects);
H A Drs_uni_render_visitor.cpp1513 hwcRects.emplace_back(dst); in UpdateHwcNodeEnableByHwcNodeBelowSelfInApp()
1516 for (auto rect : hwcRects) { in UpdateHwcNodeEnableByHwcNodeBelowSelfInApp()
1531 hwcRects.emplace_back(dst); in UpdateHwcNodeEnableByHwcNodeBelowSelfInApp()
1707 std::vector<RectI> hwcRects; in UpdateHwcNodeEnable() local
1962 std::vector<RectI> hwcRects; in UpdateHwcNodeEnableByNodeBelow() local
1997 std::vector<RectI>& hwcRects) in UpdateCornerRadiusInfoForDRM() argument
2086 hwcRects.emplace_back(absBound); in UpdateHwcNodeEnableByHwcNodeBelowSelf()
2089 for (const auto& rect : hwcRects) { in UpdateHwcNodeEnableByHwcNodeBelowSelf()
2108 hwcRects.emplace_back(absBound); in UpdateHwcNodeEnableByHwcNodeBelowSelf()
2662 std::list<RectI> hwcRects; in UpdateHardwareStateByHwcNodeBackgroundAlpha() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_visitor_test.cpp1647 std::vector<RectI> hwcRects; variable
1648 hwcRects.emplace_back(0, 0, 0, 0);
1649 rsUniRenderVisitor->UpdateHwcNodeEnableByHwcNodeBelowSelfInApp(hwcRects, node);