Lines Matching refs:mnOutOffX

522 		return nX+mnOutOffX;  in ImplLogicXToDevicePixel()
526 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX; in ImplLogicXToDevicePixel()
628 return Point( rLogicPt.X()+mnOutOffX, rLogicPt.Y()+mnOutOffY ); in ImplLogicToDevicePixel()
632 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
662 return Rectangle( rLogicRect.Left()+mnOutOffX, rLogicRect.Top()+mnOutOffY, in ImplLogicToDevicePixel()
663 rLogicRect.Right()+mnOutOffX, rLogicRect.Bottom()+mnOutOffY ); in ImplLogicToDevicePixel()
668 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
674 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX, in ImplLogicToDevicePixel()
684 if ( !mbMap && !mnOutOffX && !mnOutOffY ) in ImplLogicToDevicePixel()
702 maThresRes.mnThresLogToPixX )+mnOutOffX+mnOutOffOrigX; in ImplLogicToDevicePixel()
714 aPt.X() += mnOutOffX; in ImplLogicToDevicePixel()
727 if ( !mbMap && !mnOutOffX && !mnOutOffY ) in ImplLogicToDevicePixel()
778 return Rectangle( rPixelRect.Left()-mnOutOffX, rPixelRect.Top()-mnOutOffY, in ImplDevicePixelToLogic()
779 rPixelRect.Right()-mnOutOffX, rPixelRect.Bottom()-mnOutOffY ); in ImplDevicePixelToLogic()
782 return Rectangle( ImplPixelToLogic( rPixelRect.Left()-mnOutOffX-mnOutOffOrigX, mnDPIX, in ImplDevicePixelToLogic()
788 ImplPixelToLogic( rPixelRect.Right()-mnOutOffX-mnOutOffOrigX, mnDPIX, in ImplDevicePixelToLogic()
800 if ( !mnOutOffX && !mnOutOffY ) in ImplPixelToDevicePixel()
804 aRegion.Move( mnOutOffX+mnOutOffOrigX, mnOutOffY+mnOutOffOrigY ); in ImplPixelToDevicePixel()
1134 if( mnOutOffX || mnOutOffY ) in ImplGetDeviceTransformation()
1135 aTransformation.translate( mnOutOffX, mnOutOffY ); in ImplGetDeviceTransformation()