Searched refs:nodeBounds (Results 1 – 1 of 1) sorted by relevance
285 static Rect GetVisibleRect(Rect windowBounds, Accessibility::Rect nodeBounds) in GetVisibleRect() argument287 auto leftX = nodeBounds.GetLeftTopXScreenPostion(); in GetVisibleRect()288 auto topY = nodeBounds.GetLeftTopYScreenPostion(); in GetVisibleRect()289 auto rightX = nodeBounds.GetRightBottomXScreenPostion(); in GetVisibleRect()290 auto bottomY = nodeBounds.GetRightBottomYScreenPostion(); in GetVisibleRect()