Searched refs:rectInScreen (Results 1 – 1 of 1) sorted by relevance
171 auto rectInScreen = nodeInfo.GetRectInScreen(); in HoverPathForThirdRecursive() local172 auto left = rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive()173 auto right = rectInScreen.GetLeftTopYScreenPostion(); in HoverPathForThirdRecursive()174 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive()175 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in HoverPathForThirdRecursive()302 auto rectInScreen = nodeInfo.GetRectInScreen(); in ActThirdAccessibilityFocus() local303 … auto left = rectInScreen.GetLeftTopXScreenPostion() - static_cast<int32_t>(displayOffset.GetX()); in ActThirdAccessibilityFocus()304 … auto right = rectInScreen.GetLeftTopYScreenPostion() - static_cast<int32_t>(displayOffset.GetY()); in ActThirdAccessibilityFocus()305 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in ActThirdAccessibilityFocus()306 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in ActThirdAccessibilityFocus()