Searched refs:rDeviceRect (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outmap.cxx | 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() [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 1040 Rectangle PixelToLogic( const Rectangle& rDeviceRect ) const; 1050 Rectangle PixelToLogic( const Rectangle& rDeviceRect,
|