Searched refs:rLogicRect (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outmap.cxx | 655 Rectangle OutputDevice::ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const in ImplLogicToDevicePixel() 657 if ( rLogicRect.IsEmpty() ) in ImplLogicToDevicePixel() 658 return rLogicRect; in ImplLogicToDevicePixel() 662 return Rectangle( rLogicRect.Left()+mnOutOffX, rLogicRect.Top()+mnOutOffY, in ImplLogicToDevicePixel() 663 rLogicRect.Right()+mnOutOffX, rLogicRect.Bottom()+mnOutOffY ); in ImplLogicToDevicePixel() 666 return Rectangle( ImplLogicToPixel( rLogicRect.Left()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel() 669 ImplLogicToPixel( rLogicRect.Top()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel() 672 ImplLogicToPixel( rLogicRect.Right()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel() 675 ImplLogicToPixel( rLogicRect.Bottom()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel() 1175 Rectangle OutputDevice::LogicToPixel( const Rectangle& rLogicRect ) const in LogicToPixel() [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 461 SAL_DLLPRIVATE Rectangle ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const; 467 SAL_DLLPRIVATE Rectangle ImplDevicePixelToLogic( const Rectangle& rLogicRect ) const; 1016 Rectangle LogicToPixel( const Rectangle& rLogicRect ) const; 1026 Rectangle LogicToPixel( const Rectangle& rLogicRect,
|