Searched refs:aHIRect (Results 1 – 1 of 1) sorted by relevance
106 HIRect aHIRect; in ImplGetHIRectFromRectangle() local107 aHIRect.origin.x = static_cast<float>(aRect.Left()); in ImplGetHIRectFromRectangle()108 aHIRect.origin.y = static_cast<float>(aRect.Top()); in ImplGetHIRectFromRectangle()109 aHIRect.size.width = static_cast<float>(aRect.GetWidth()); in ImplGetHIRectFromRectangle()110 aHIRect.size.height = static_cast<float>(aRect.GetHeight()); in ImplGetHIRectFromRectangle()111 return aHIRect; in ImplGetHIRectFromRectangle()
Completed in 19 milliseconds