Lines Matching refs:rDeviceRect
1570 Rectangle OutputDevice::PixelToLogic( const Rectangle& rDeviceRect ) const in PixelToLogic()
1574 if ( !mbMap || rDeviceRect.IsEmpty() ) in PixelToLogic()
1575 return rDeviceRect; in PixelToLogic()
1577 return Rectangle( ImplPixelToLogic( rDeviceRect.Left(), mnDPIX, in PixelToLogic()
1580 ImplPixelToLogic( rDeviceRect.Top(), mnDPIY, in PixelToLogic()
1583 ImplPixelToLogic( rDeviceRect.Right(), mnDPIX, in PixelToLogic()
1586 ImplPixelToLogic( rDeviceRect.Bottom(), mnDPIY, in PixelToLogic()
1768 Rectangle OutputDevice::PixelToLogic( const Rectangle& rDeviceRect, in PixelToLogic() argument
1774 if ( rMapMode.IsDefault() || rDeviceRect.IsEmpty() ) in PixelToLogic()
1775 return rDeviceRect; in PixelToLogic()
1782 return Rectangle( ImplPixelToLogic( rDeviceRect.Left(), mnDPIX, in PixelToLogic()
1785 ImplPixelToLogic( rDeviceRect.Top(), mnDPIY, in PixelToLogic()
1788 ImplPixelToLogic( rDeviceRect.Right(), mnDPIX, in PixelToLogic()
1791 ImplPixelToLogic( rDeviceRect.Bottom(), mnDPIY, in PixelToLogic()