Lines Matching refs:mnSrcHeight

102 		rTwoRect.mnSrcY = rSizePix.Height() - rTwoRect.mnSrcY - rTwoRect.mnSrcHeight;  in ImplAdjustTwoRect()
111 ( ( rTwoRect.mnSrcY + rTwoRect.mnSrcHeight ) > rSizePix.Height() ) ) in ImplAdjustTwoRect()
114 Size( rTwoRect.mnSrcWidth, rTwoRect.mnSrcHeight ) ); in ImplAdjustTwoRect()
120 rTwoRect.mnSrcWidth = rTwoRect.mnSrcHeight = rTwoRect.mnDestWidth = rTwoRect.mnDestHeight = 0; in ImplAdjustTwoRect()
124 …const double fFactorY = ( rTwoRect.mnSrcHeight > 1 ) ? (double) ( rTwoRect.mnDestHeight - 1 ) / ( … in ImplAdjustTwoRect()
134 rTwoRect.mnSrcHeight = aCropRect.GetHeight(); in ImplAdjustTwoRect()
151 if ( rPosAry.mnSrcWidth && rPosAry.mnSrcHeight && rPosAry.mnDestWidth && rPosAry.mnDestHeight ) in ImplDrawOutDevDirect()
195 Size( rPosAry.mnSrcWidth, rPosAry.mnSrcHeight ) ); in ImplDrawOutDevDirect()
208 if ( (rPosAry.mnSrcY+rPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in ImplDrawOutDevDirect()
210 const long nOldHeight = rPosAry.mnSrcHeight; in ImplDrawOutDevDirect()
211 rPosAry.mnSrcHeight -= (nOldBottom - aSrcRect.Bottom()); in ImplDrawOutDevDirect()
212 rPosAry.mnDestHeight = rPosAry.mnDestHeight * rPosAry.mnSrcHeight / nOldHeight; in ImplDrawOutDevDirect()
262 aPosAry.mnSrcHeight = ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev()
266 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in DrawOutDev()
276 Size( aPosAry.mnSrcWidth, aPosAry.mnSrcHeight ) ); in DrawOutDev()
289 if ( (aPosAry.mnSrcY+aPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in DrawOutDev()
291 long nOldHeight = aPosAry.mnSrcHeight; in DrawOutDev()
292 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in DrawOutDev()
293 aPosAry.mnDestHeight = aPosAry.mnDestHeight*aPosAry.mnSrcHeight/nOldHeight; in DrawOutDev()
337 aPosAry.mnSrcHeight = rOutDev.ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in DrawOutDev()
397 aPosAry.mnSrcHeight = ImplLogicHeightToDevicePixel( rSrcSize.Height() ); in CopyArea()
399 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight ) in CopyArea()
409 Size( aPosAry.mnSrcWidth, aPosAry.mnSrcHeight ) ); in CopyArea()
418 if ( (aPosAry.mnSrcY+aPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in CopyArea()
419 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in CopyArea()
430 aPosAry.mnSrcWidth, aPosAry.mnSrcHeight, in CopyArea()
436 aPosAry.mnDestHeight = aPosAry.mnSrcHeight; in CopyArea()
481 aPosAry.mnSrcHeight = rDevSize.Height(); in ImplDrawFrameDev()
643 aPosAry.mnSrcHeight = rSrcSizePixel.Height(); in ImplDrawBitmap()
651 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
705 if( aPosAry.mnDestHeight > 3*mnOutHeight && aPosAry.mnSrcHeight != 0 ) in ImplDrawBitmap()
707 const double nScaleY = aPosAry.mnDestHeight/double(aPosAry.mnSrcHeight); in ImplDrawBitmap()
720 … aPosAry.mnSrcHeight = sal::static_int_cast<long>(aPosAry.mnDestHeight / nScaleY); in ImplDrawBitmap()
727 … if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
1143 aPosAry.mnSrcHeight = rSrcSizePixel.Height(); in ImplDrawBitmapEx()
1151 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmapEx()
1170 …f(!IsMapMode() && aPosAry.mnSrcWidth == aPosAry.mnDestWidth && aPosAry.mnSrcHeight == aPosAry.mnDe… in ImplDrawBitmapEx()
1213 aPosAry.mnDestHeight == aPosAry.mnSrcHeight ) in ImplDrawBitmapEx()
1230 aPosAry.mnSrcHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()
1412 aPosAry.mnSrcHeight = rSrcSizePixel.Height(); in ImplDrawMask()
1422 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawMask()
1580 aPosAry.mnSrcHeight = nHeight; in GetBitmap()
2087 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend()