Searched refs:currIntersectedRoundCornerAABBs (Results 1 – 1 of 1) sorted by relevance
1542 std::vector<RectI> currIntersectedRoundCornerAABBs = {}; in UpdateHwcNodeProperty() local1569 [&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()