Lines Matching refs:mnDestHeight

100 	if ( rTwoRect.mnDestHeight < 0 )  in ImplAdjustTwoRect()
103 rTwoRect.mnDestHeight = -rTwoRect.mnDestHeight; in ImplAdjustTwoRect()
104 rTwoRect.mnDestY -= rTwoRect.mnDestHeight-1; 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()
138 rTwoRect.mnDestHeight = nDstY2 - nDstY1 + 1; in ImplAdjustTwoRect()
151 if ( rPosAry.mnSrcWidth && rPosAry.mnSrcHeight && rPosAry.mnDestWidth && rPosAry.mnDestHeight ) in ImplDrawOutDevDirect()
212 rPosAry.mnDestHeight = rPosAry.mnDestHeight * rPosAry.mnSrcHeight / nOldHeight; in ImplDrawOutDevDirect()
264 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in DrawOutDev()
266 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in DrawOutDev()
293 aPosAry.mnDestHeight = aPosAry.mnDestHeight*aPosAry.mnSrcHeight/nOldHeight; in DrawOutDev()
341 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in DrawOutDev()
436 aPosAry.mnDestHeight = aPosAry.mnSrcHeight; in CopyArea()
485 aPosAry.mnDestHeight = rDevSize.Height(); in ImplDrawFrameDev()
647 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in ImplDrawBitmap()
651 if ( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmap()
672 if( aPosAry.mnDestWidth > 2048 || aPosAry.mnDestHeight > 2048 ) in ImplDrawBitmap()
683 && aPosAry.mnDestY + aPosAry.mnDestHeight >= 0 in ImplDrawBitmap()
705 if( aPosAry.mnDestHeight > 3*mnOutHeight && aPosAry.mnSrcHeight != 0 ) in ImplDrawBitmap()
707 const double nScaleY = aPosAry.mnDestHeight/double(aPosAry.mnSrcHeight); in ImplDrawBitmap()
709 if( aPosAry.mnDestY + aPosAry.mnDestHeight > mnOutHeight ) in ImplDrawBitmap()
711 aPosAry.mnDestHeight = Max(long(0),mnOutHeight-aPosAry.mnDestY); in ImplDrawBitmap()
715 aPosAry.mnDestHeight += aPosAry.mnDestY; 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()
1156 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in ImplDrawBitmapEx()
1160 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawBitmapEx()
1179 …Mode() && aPosAry.mnSrcWidth == aPosAry.mnDestWidth && aPosAry.mnSrcHeight == aPosAry.mnDestHeight) in ImplDrawBitmapEx()
1222 aPosAry.mnDestHeight == aPosAry.mnSrcHeight ) in ImplDrawBitmapEx()
1228 … aPosAry.mnDestY + aPosAry.mnDestHeight - 1 ) ); in ImplDrawBitmapEx()
1244 aPosAry.mnDestHeight = aClipRegionBounds.GetHeight(); in ImplDrawBitmapEx()
1425 aPosAry.mnDestHeight = ImplLogicHeightToDevicePixel( rDestSize.Height() ); in ImplDrawMask()
1431 if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) in ImplDrawMask()
1593 aPosAry.mnDestHeight = nHeight; in GetBitmap()
2100 aTR.mnDestHeight= aOutSz.Height(); in ImplBlend()