Lines Matching refs:Rectangle

655 Rectangle OutputDevice::ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const  in ImplLogicToDevicePixel()
662 return Rectangle( rLogicRect.Left()+mnOutOffX, rLogicRect.Top()+mnOutOffY, in ImplLogicToDevicePixel()
666 return Rectangle( ImplLogicToPixel( rLogicRect.Left()+maMapRes.mnMapOfsX, mnDPIX, in ImplLogicToDevicePixel()
771 Rectangle OutputDevice::ImplDevicePixelToLogic( const Rectangle& rPixelRect ) const in ImplDevicePixelToLogic()
778 return Rectangle( rPixelRect.Left()-mnOutOffX, rPixelRect.Top()-mnOutOffY, in ImplDevicePixelToLogic()
782 return Rectangle( ImplPixelToLogic( rPixelRect.Left()-mnOutOffX-mnOutOffOrigX, mnDPIX, in ImplDevicePixelToLogic()
1175 Rectangle OutputDevice::LogicToPixel( const Rectangle& rLogicRect ) const in LogicToPixel()
1182 return Rectangle( ImplLogicToPixel( rLogicRect.Left() + maMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1371 Rectangle OutputDevice::LogicToPixel( const Rectangle& rLogicRect, in LogicToPixel()
1384 return Rectangle( ImplLogicToPixel( rLogicRect.Left() + aMapRes.mnMapOfsX, mnDPIX, in LogicToPixel()
1570 Rectangle OutputDevice::PixelToLogic( const Rectangle& rDeviceRect ) const in PixelToLogic()
1577 return Rectangle( ImplPixelToLogic( rDeviceRect.Left(), mnDPIX, in PixelToLogic()
1768 Rectangle OutputDevice::PixelToLogic( const Rectangle& rDeviceRect, in PixelToLogic()
1782 return Rectangle( ImplPixelToLogic( rDeviceRect.Left(), mnDPIX, in PixelToLogic()
2207 Rectangle OutputDevice::LogicToLogic( const Rectangle& rRectSource, in LogicToLogic()
2213 return Rectangle( fn5( rRectSource.Left() + aMapResSource.mnMapOfsX, in LogicToLogic()
2398 Rectangle OutputDevice::LogicToLogic( const Rectangle& rRectSource, in LogicToLogic()
2414 return Rectangle( fn3( rRectSource.Left(), nNumerator, nDenominator ), in LogicToLogic()
2423 return Rectangle( fn5( rRectSource.Left() + aMapResSource.mnMapOfsX, in LogicToLogic()