Lines Matching refs:mnDestX

96 		rTwoRect.mnDestX -= rTwoRect.mnDestWidth-1;  in ImplAdjustTwoRect()
126 …const long nDstX1 = rTwoRect.mnDestX + FRound( fFactorX * ( aCropRect.Left() - rTwoRect.mnSrcX ) ); in ImplAdjustTwoRect()
128 …const long nDstX2 = rTwoRect.mnDestX + FRound( fFactorX * ( aCropRect.Right() - rTwoRect.mnSrcX ) … in ImplAdjustTwoRect()
135 rTwoRect.mnDestX = nDstX1; in ImplAdjustTwoRect()
270 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in DrawOutDev()
338 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in DrawOutDev()
403 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in CopyArea()
424 aPosAry.mnDestX-aPosAry.mnSrcX, in CopyArea()
428 mpGraphics->CopyArea( aPosAry.mnDestX, aPosAry.mnDestY, in CopyArea()
482 aPosAry.mnDestX = rPt.X(); in ImplDrawFrameDev()
644 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in ImplDrawBitmap()
681 if( aPosAry.mnDestX + aPosAry.mnDestWidth >= 0 in ImplDrawBitmap()
682 && aPosAry.mnDestX < mnOutWidth in ImplDrawBitmap()
691 if( aPosAry.mnDestX + aPosAry.mnDestWidth > mnOutWidth ) in ImplDrawBitmap()
693 aPosAry.mnDestWidth = Max(long(0),mnOutWidth-aPosAry.mnDestX); in ImplDrawBitmap()
695 if( aPosAry.mnDestX < 0 ) in ImplDrawBitmap()
697 aPosAry.mnDestWidth += aPosAry.mnDestX; in ImplDrawBitmap()
698 … aPosAry.mnSrcX -= sal::static_int_cast<long>(aPosAry.mnDestX / nScaleX); in ImplDrawBitmap()
699 aPosAry.mnDestX = 0; in ImplDrawBitmap()
1153 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in ImplDrawBitmapEx()
1225 aClipRegionBounds.Intersection( Rectangle( aPosAry.mnDestX, in ImplDrawBitmapEx()
1227 … aPosAry.mnDestX + aPosAry.mnDestWidth - 1, in ImplDrawBitmapEx()
1236 aPosAry.mnSrcX += aClipRegionBounds.Left() - aPosAry.mnDestX; in ImplDrawBitmapEx()
1241 aPosAry.mnDestX = aClipRegionBounds.Left(); in ImplDrawBitmapEx()
1422 aPosAry.mnDestX = ImplLogicXToDevicePixel( rDestPt.X() ); in ImplDrawMask()
1590 aPosAry.mnDestX = ( aRect.Left() < mnOutOffX ) ? ( mnOutOffX - aRect.Left() ) : 0L; in GetBitmap()
2097 aTR.mnDestX = nOffX; in ImplBlend()