Home
last modified time | relevance | path

Searched refs:aHIRect (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx106 HIRect aHIRect; in ImplGetHIRectFromRectangle() local
107 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 13 milliseconds