Lines Matching refs:mnDestWidth

92 	if ( rTwoRect.mnDestWidth < 0 )  in ImplAdjustTwoRect()
95 rTwoRect.mnDestWidth = -rTwoRect.mnDestWidth; in ImplAdjustTwoRect()
96 rTwoRect.mnDestX -= rTwoRect.mnDestWidth-1; in ImplAdjustTwoRect()
120 rTwoRect.mnSrcWidth = rTwoRect.mnSrcHeight = rTwoRect.mnDestWidth = rTwoRect.mnDestHeight = 0; in ImplAdjustTwoRect()
123 …const double fFactorX = ( rTwoRect.mnSrcWidth > 1 ) ? (double) ( rTwoRect.mnDestWidth - 1 ) / ( rT… in ImplAdjustTwoRect()
137 rTwoRect.mnDestWidth = nDstX2 - nDstX1 + 1; in ImplAdjustTwoRect()
151 if ( rPosAry.mnSrcWidth && rPosAry.mnSrcHeight && rPosAry.mnDestWidth && rPosAry.mnDestHeight ) in ImplDrawOutDevDirect()
205 rPosAry.mnDestWidth = rPosAry.mnDestWidth * rPosAry.mnSrcWidth / nOldWidth; in ImplDrawOutDevDirect()
263 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in DrawOutDev()
266 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in DrawOutDev()
286 aPosAry.mnDestWidth = aPosAry.mnDestWidth*aPosAry.mnSrcWidth/nOldWidth; in DrawOutDev()
340 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in DrawOutDev()
435 aPosAry.mnDestWidth = aPosAry.mnSrcWidth; in CopyArea()
484 aPosAry.mnDestWidth = rDevSize.Width(); in ImplDrawFrameDev()
646 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in ImplDrawBitmap()
651 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
672 if( aPosAry.mnDestWidth > 2048 || aPosAry.mnDestHeight > 2048 ) in ImplDrawBitmap()
681 if( aPosAry.mnDestX + aPosAry.mnDestWidth >= 0 in ImplDrawBitmap()
687 if( aPosAry.mnDestWidth > 3*mnOutWidth && aPosAry.mnSrcWidth ) in ImplDrawBitmap()
689 const double nScaleX = aPosAry.mnDestWidth/double(aPosAry.mnSrcWidth); in ImplDrawBitmap()
691 if( aPosAry.mnDestX + aPosAry.mnDestWidth > mnOutWidth ) in ImplDrawBitmap()
693 aPosAry.mnDestWidth = Max(long(0),mnOutWidth-aPosAry.mnDestX); in ImplDrawBitmap()
697 aPosAry.mnDestWidth += aPosAry.mnDestX; in ImplDrawBitmap()
702 … aPosAry.mnSrcWidth = sal::static_int_cast<long>(aPosAry.mnDestWidth / nScaleX); in ImplDrawBitmap()
727 … if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
1155 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in ImplDrawBitmapEx()
1160 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmapEx()
1179 …if(!IsMapMode() && aPosAry.mnSrcWidth == aPosAry.mnDestWidth && aPosAry.mnSrcHeight == aPosAry.mnD… in ImplDrawBitmapEx()
1221 aPosAry.mnDestWidth == aPosAry.mnSrcWidth && in ImplDrawBitmapEx()
1227 … aPosAry.mnDestX + aPosAry.mnDestWidth - 1, in ImplDrawBitmapEx()
1243 aPosAry.mnDestWidth = aClipRegionBounds.GetWidth(); in ImplDrawBitmapEx()
1424 aPosAry.mnDestWidth = ImplLogicWidthToDevicePixel( rDestSize.Width() ); in ImplDrawMask()
1431 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawMask()
1592 aPosAry.mnDestWidth = nWidth; in GetBitmap()
2099 aTR.mnDestWidth = aOutSz.Width(); in ImplBlend()