Searched refs:rDeviceRect (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outmap.cxx | 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() 1774 if ( rMapMode.IsDefault() || rDeviceRect.IsEmpty() ) in PixelToLogic() 1775 return rDeviceRect; in PixelToLogic() 1785 ImplPixelToLogic( rDeviceRect.Top(), mnDPIY, in PixelToLogic() 1788 ImplPixelToLogic( rDeviceRect.Right(), mnDPIX, in PixelToLogic() [all …]
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 1040 Rectangle PixelToLogic( const Rectangle& rDeviceRect ) const; 1050 Rectangle PixelToLogic( const Rectangle& rDeviceRect,
|
Completed in 38 milliseconds