Searched refs:normRect (Results 1 – 1 of 1) sorted by relevance
258 Rectangle normRect( rRect ); // rRect is already relative to top-level window in ImplCalcPos() local259 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 10 milliseconds