Searched refs:nodeBounds (Results 1 – 1 of 1) sorted by relevance
207 static Rect GetVisibleRect(Rect windowBounds, Accessibility::Rect nodeBounds) in GetVisibleRect() argument209 auto leftX = nodeBounds.GetLeftTopXScreenPostion(); in GetVisibleRect()210 auto topY = nodeBounds.GetLeftTopYScreenPostion(); in GetVisibleRect()211 auto rightX = nodeBounds.GetRightBottomXScreenPostion(); in GetVisibleRect()212 auto bottomY = nodeBounds.GetRightBottomYScreenPostion(); in GetVisibleRect()