Lines Matching refs:mnSrcWidth

94 		rTwoRect.mnSrcX = rSizePix.Width() - rTwoRect.mnSrcX - rTwoRect.mnSrcWidth;  in ImplAdjustTwoRect()
110 ( ( rTwoRect.mnSrcX + rTwoRect.mnSrcWidth ) > rSizePix.Width() ) || in ImplAdjustTwoRect()
114 Size( rTwoRect.mnSrcWidth, rTwoRect.mnSrcHeight ) ); 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()
133 rTwoRect.mnSrcWidth = aCropRect.GetWidth(); in ImplAdjustTwoRect()
151 if ( rPosAry.mnSrcWidth && rPosAry.mnSrcHeight && rPosAry.mnDestWidth && rPosAry.mnDestHeight ) in ImplDrawOutDevDirect()
195 Size( rPosAry.mnSrcWidth, rPosAry.mnSrcHeight ) ); in ImplDrawOutDevDirect()
201 if ( (rPosAry.mnSrcX+rPosAry.mnSrcWidth-1) > aSrcOutRect.Right() ) in ImplDrawOutDevDirect()
203 const long nOldWidth = rPosAry.mnSrcWidth; in ImplDrawOutDevDirect()
204 rPosAry.mnSrcWidth -= (nOldRight - aSrcRect.Right()); in ImplDrawOutDevDirect()
205 rPosAry.mnDestWidth = rPosAry.mnDestWidth * rPosAry.mnSrcWidth / nOldWidth; in ImplDrawOutDevDirect()
222 pGraphics2->mirror( aPosAry2.mnSrcX, aPosAry2.mnSrcWidth, pSrcDev ); in ImplDrawOutDevDirect()
261 aPosAry.mnSrcWidth = ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev()
266 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in DrawOutDev()
276 Size( aPosAry.mnSrcWidth, aPosAry.mnSrcHeight ) ); in DrawOutDev()
282 if ( (aPosAry.mnSrcX+aPosAry.mnSrcWidth-1) > aSrcOutRect.Right() ) in DrawOutDev()
284 long nOldWidth = aPosAry.mnSrcWidth; in DrawOutDev()
285 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in DrawOutDev()
286 aPosAry.mnDestWidth = aPosAry.mnDestWidth*aPosAry.mnSrcWidth/nOldWidth; in DrawOutDev()
336 aPosAry.mnSrcWidth = rOutDev.ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in DrawOutDev()
396 aPosAry.mnSrcWidth = ImplLogicWidthToDevicePixel( rSrcSize.Width() ); in CopyArea()
399 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight ) in CopyArea()
409 Size( aPosAry.mnSrcWidth, aPosAry.mnSrcHeight ) ); in CopyArea()
415 if ( (aPosAry.mnSrcX+aPosAry.mnSrcWidth-1) > aSrcOutRect.Right() ) in CopyArea()
416 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in CopyArea()
430 aPosAry.mnSrcWidth, aPosAry.mnSrcHeight, in CopyArea()
435 aPosAry.mnDestWidth = aPosAry.mnSrcWidth; in CopyArea()
480 aPosAry.mnSrcWidth = rDevSize.Width(); in ImplDrawFrameDev()
642 aPosAry.mnSrcWidth = rSrcSizePixel.Width(); in ImplDrawBitmap()
651 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
687 if( aPosAry.mnDestWidth > 3*mnOutWidth && aPosAry.mnSrcWidth ) in ImplDrawBitmap()
689 const double nScaleX = aPosAry.mnDestWidth/double(aPosAry.mnSrcWidth); 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()
1151 aPosAry.mnSrcWidth = rSrcSizePixel.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()
1238 aPosAry.mnSrcWidth = aClipRegionBounds.GetWidth(); in ImplDrawBitmapEx()
1420 aPosAry.mnSrcWidth = rSrcSizePixel.Width(); in ImplDrawMask()
1431 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawMask()
1588 aPosAry.mnSrcWidth = nWidth; in GetBitmap()
2095 aTR.mnSrcWidth = aBmpRect.GetWidth(); in ImplBlend()