Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dfloatwin.cxx258 Rectangle normRect( rRect ); // rRect is already relative to top-level window in ImplCalcPos() local
259 normRect.SetPos( pW->ScreenToOutputPixel( normRect.TopLeft() ) ); in ImplCalcPos()
263 Rectangle devRect( pW->OutputToAbsoluteScreenPixel( normRect.TopLeft() ), in ImplCalcPos()
264 pW->OutputToAbsoluteScreenPixel( normRect.BottomRight() ) ); in ImplCalcPos()
269 devRectRTL = pW->ImplOutputToUnmirroredAbsoluteScreenPixel( normRect ); in ImplCalcPos()

Completed in 22 milliseconds