Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1542 std::vector<RectI> currIntersectedRoundCornerAABBs = {}; in UpdateHwcNodeProperty() local
1569 [&currIntersectedRoundCornerAABBs, hwcNodeRect](std::shared_ptr<RSRenderNode> parent) { in UpdateHwcNodeProperty()
1588 auto checkIntersectWithRoundCorner = [&currIntersectedRoundCornerAABBs, hwcNodeRect]( in UpdateHwcNodeProperty()
1596 [&currIntersectedRoundCornerAABBs, hwcNodeRect, offset, in UpdateHwcNodeProperty()
1601 currIntersectedRoundCornerAABBs.push_back(roundCornerAABB); in UpdateHwcNodeProperty()
1633 hwcNode->SetIntersectedRoundCornerAABBs(std::move(currIntersectedRoundCornerAABBs)); in UpdateHwcNodeProperty()