Home
last modified time | relevance | path

Searched refs:rLogicRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx657 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()
669 ImplLogicToPixel( rLogicRect.Top()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
672 ImplLogicToPixel( rLogicRect.Right()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
1179 if ( !mbMap || rLogicRect.IsEmpty() ) in LogicToPixel()
1180 return rLogicRect; in LogicToPixel()
1371 Rectangle OutputDevice::LogicToPixel( const Rectangle& rLogicRect, in LogicToPixel() argument
1376 if ( rMapMode.IsDefault() || rLogicRect.IsEmpty() ) in LogicToPixel()
[all …]
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx461 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,

Completed in 30 milliseconds