Searched refs:rLogicRect (Results 1 – 2 of 2) sorted by relevance
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()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() argument1376 if ( rMapMode.IsDefault() || rLogicRect.IsEmpty() ) in LogicToPixel()[all …]
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,
Completed in 73 milliseconds