Searched refs:roundCornerAABB (Results 1 – 1 of 1) sorted by relevance
1599 auto roundCornerAABB = RectI(res.x_, res.y_, radiusX, radiusY); in UpdateHwcNodeProperty() local1600 if (!roundCornerAABB.IntersectRect(hwcNodeRect).IsEmpty()) { in UpdateHwcNodeProperty()1601 currIntersectedRoundCornerAABBs.push_back(roundCornerAABB); in UpdateHwcNodeProperty()2090 for (auto& roundCornerAABB : hwcNode->GetIntersectedRoundCornerAABBs()) { in UpdateHwcNodeEnableByHwcNodeBelowSelf() local2091 if (!roundCornerAABB.IntersectRect(rect).IsEmpty()) { in UpdateHwcNodeEnableByHwcNodeBelowSelf()