| /aoo42x/main/vcl/source/gdi/ | 
| H A D | outdev2.cxx | 124 …const double	fFactorY = ( rTwoRect.mnSrcHeight > 1 ) ? (double) ( rTwoRect.mnDestHeight - 1 ) / ( …  in ImplAdjustTwoRect()134 			rTwoRect.mnSrcHeight = aCropRect.GetHeight();  in ImplAdjustTwoRect()
 210 				const long nOldHeight = rPosAry.mnSrcHeight;  in ImplDrawOutDevDirect()
 291 				long nOldHeight = aPosAry.mnSrcHeight;  in DrawOutDev()
 399 	if ( 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()
 1152 		aPosAry.mnSrcHeight = rSrcSizePixel.Height();  in ImplDrawBitmapEx()
 1421 		aPosAry.mnSrcHeight = rSrcSizePixel.Height();  in ImplDrawMask()
 [all …]
 
 | 
| H A D | bmpfast.cxx | 579     if( rTR.mnDestHeight!= rTR.mnSrcHeight )  in ImplFastBitmapConversion()585     if( rSrc.mnHeight < rTR.mnSrcY + rTR.mnSrcHeight )  in ImplFastBitmapConversion()
 844     if( rTR.mnDestHeight!= rTR.mnSrcHeight )  in ImplFastBitmapBlending()
 850     if( rSrcRA.Height() < rTR.mnSrcY + rTR.mnSrcHeight )  in ImplFastBitmapBlending()
 856     if( rMskRA.Height() < rTR.mnSrcY + rTR.mnSrcHeight )  in ImplFastBitmapBlending()
 
 | 
| H A D | virdev.cxx | 271 				aPosAry.mnSrcHeight  = nHeight;  in ImplSetOutputSizePixel()
 | 
| H A D | salmisc.cxx | 403     const long      nSrcDX = rTwoRect.mnSrcWidth, nSrcDY = rTwoRect.mnSrcHeight;  in StretchAndConvert()
 | 
| /aoo42x/main/vcl/unx/generic/gdi/ | 
| H A D | salbmp.cxx | 610             aTwoRect.mnSrcHeight += aTwoRect.mnSrcY;  in ImplGetDDB()617 			aTwoRect.mnSrcHeight == aTwoRect.mnDestHeight )  in ImplGetDDB()
 621 			aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height();  in ImplGetDDB()
 624                  aTwoRect.mnSrcHeight+aTwoRect.mnSrcY > aSize.Height() )  in ImplGetDDB()
 642             if( aTwoRect.mnSrcHeight+aTwoRect.mnSrcY > aSize.Height() )  in ImplGetDDB()
 645                 if( aTwoRect.mnSrcHeight < 1 )  in ImplGetDDB()
 648                     aTwoRect.mnSrcHeight = aSize.Height();  in ImplGetDDB()
 903 		maTwoRect.mnSrcHeight  = pImage->height;  in ImplSalDDB()
 940 		maTwoRect.mnSrcHeight = maTwoRect.mnDestHeight = nHeight;  in ImplSalDDB()
 961 			rTwoRect.mnSrcWidth == maTwoRect.mnSrcWidth && rTwoRect.mnSrcHeight == maTwoRect.mnSrcHeight &&  in ImplMatches()
 [all …]
 
 | 
| H A D | salgdi2.cxx | 119         aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = h;  in CopyScreenArea()468         || rPosAry.mnSrcHeight <= 0  in copyBits()
 504         && rPosAry.mnSrcHeight == rPosAry.mnDestHeight  in copyBits()
 522                                             rPosAry.mnSrcWidth, rPosAry.mnSrcHeight,  in copyBits()
 537                        rPosAry.mnSrcWidth, rPosAry.mnSrcHeight,  in copyBits()
 544                        rPosAry.mnSrcWidth, rPosAry.mnSrcHeight,  in copyBits()
 562                        rPosAry.mnSrcWidth, rPosAry.mnSrcHeight,  in copyBits()
 584                                                    rPosAry.mnSrcHeight );  in copyBits()
 621     aPosAry.mnSrcHeight = nSrcHeight;  in copyArea()
 787     if( rTR.mnDestHeight!= rTR.mnSrcHeight )  in drawAlphaBitmap()
 
 | 
| H A D | pspgraphics.cxx | 485                     Size(rPosAry.mnSrcWidth, rPosAry.mnSrcHeight));  in drawBitmap()
 | 
| /aoo42x/main/vcl/win/source/gdi/ | 
| H A D | salgdi2.cxx | 78 		 (rPosAry.mnSrcHeight == rPosAry.mnDestHeight) )  in copyBits()95 					(int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight,  in copyBits()
 375 …                 (int)rPosAry.mnSrcX, (int)(pBIH->biHeight - rPosAry.mnSrcHeight - rPosAry.mnSrcY),  in ImplDrawBitmap()
 376                            (int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight,  in ImplDrawBitmap()
 396 				 (rPosAry.mnSrcHeight == rPosAry.mnDestHeight) )  in ImplDrawBitmap()
 414 							(int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight,  in ImplDrawBitmap()
 445         if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight)  in drawBitmap()
 533         if(rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight)  in drawBitmap()
 
 | 
| H A D | salgdi_gdiplus.cxx | 343         Gdiplus::REAL(rTR.mnSrcHeight),  in paintToGdiPlus()383     if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight)  in tryDrawBitmapGdiPlus()
 396                 rTR.mnSrcHeight,  in tryDrawBitmapGdiPlus()
 416     if(rTR.mnSrcWidth && rTR.mnSrcHeight && rTR.mnDestWidth && rTR.mnDestHeight)  in drawAlphaBitmap()
 430                 rTR.mnSrcHeight,  in drawAlphaBitmap()
 
 | 
| H A D | salbmp.cxx | 289         aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pRGB->mnHeight;  in ImplCreateGdiPlusBitmap()388         aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pRGB->mnHeight;  in ImplCreateGdiPlusBitmap()
 421         aSalTwoRect.mnSrcHeight = aSalTwoRect.mnDestHeight = pA->mnHeight;  in ImplCreateGdiPlusBitmap()
 
 | 
| /aoo42x/main/vcl/unx/headless/ | 
| H A D | svpgdi.cxx | 477                        rPosAry.mnSrcY+rPosAry.mnSrcHeight );  in copyBits()490                        rPosAry.mnSrcY+rPosAry.mnSrcHeight );  in drawBitmap()
 513                        rPosAry.mnSrcY+rPosAry.mnSrcHeight );  in drawBitmap()
 528                        rPosAry.mnSrcY+rPosAry.mnSrcHeight );  in drawMask()
 535         cloneBitmapDevice( B2IVector( rPosAry.mnSrcWidth, rPosAry.mnSrcHeight ),  in drawMask()
 543     B2IRange aSrcRect2( 0, 0, rPosAry.mnSrcWidth, rPosAry.mnSrcHeight );  in drawMask()
 
 | 
| H A D | svppspgraphics.cxx | 421                     Size(rPosAry.mnSrcWidth, rPosAry.mnSrcHeight));  in drawBitmap()
 | 
| /aoo42x/main/vcl/aqua/source/gdi/ | 
| H A D | salgdi.cxx | 1097         || rPosAry.mnSrcHeight <= 0  in copyBits()1109 	&&  (rPosAry.mnSrcHeight == rPosAry.mnDestHeight))  in copyBits()
 1117 			rPosAry.mnSrcWidth, rPosAry.mnSrcHeight, 0 );  in copyBits()
 1127 	if( (rPosAry.mnSrcWidth == rPosAry.mnDestWidth && rPosAry.mnSrcHeight == rPosAry.mnDestHeight) &&  in copyBits()
 1153 …itmap = pSrc->getBitmap( rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mnSrcWidth, rPosAry.mnSrcHeight );  in copyBits()
 1180 		aPosAry.mnSrcHeight = nSrcHeight;  in copyArea()
 1238 …age( (int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY, (int)rPosAry.mnSrcWidth, (int)rPosAry.mnSrcHeight );  in drawBitmap()
 1265 …CreateWithMask( rMask, rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mnSrcWidth, rPosAry.mnSrcHeight ) );  in drawBitmap()
 1283 …teColorMask( rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mnSrcWidth, rPosAry.mnSrcHeight, nMaskColor );  in drawMask()
 1508 … rSrcSalBmp.CreateWithMask( rMaskSalBmp, rTR.mnSrcX, rTR.mnSrcY, rTR.mnSrcWidth, rTR.mnSrcHeight );  in drawAlphaBitmap()
 
 | 
| H A D | salbmp.cxx | 521 		aTwoRects.mnSrcHeight = aTwoRects.mnDestHeight = mnHeight;  in ConvertBitmapData()
 | 
| /aoo42x/main/vcl/os2/source/gdi/ | 
| H A D | salgdi2.cxx | 83 	thePoints[2].y = nSrcHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight );  in copyBits()85 … ( rPosAry.mnDestWidth != rPosAry.mnSrcWidth ) || ( rPosAry.mnDestHeight != rPosAry.mnSrcHeight ) )  in copyBits()
 89 		thePoints[3].y = nSrcHeight - rPosAry.mnSrcY + rPosAry.mnSrcHeight;  in copyBits()
 314 			pts[2].y = nHeight - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight );  in ImplDrawBitmap()
 409 			pts[2].y = rSalBitmap.GetSize().Height() - ( rPosAry.mnSrcY + rPosAry.mnSrcHeight );  in ImplDrawBitmap()
 
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | salgtype.hxx | 61 	long		mnSrcHeight;  member
 | 
| /aoo42x/main/vcl/unx/generic/app/ | 
| H A D | soicon.cxx | 66     aRect.mnSrcWidth = iconSize; aRect.mnSrcHeight = iconSize;  in SelectAppIconPixmap()
 | 
| /aoo42x/main/vcl/unx/gtk/window/ | 
| H A D | gtkframe.cxx | 2603                 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height();  in SetBackgroundBitmap()
 | 
| /aoo42x/main/vcl/unx/generic/window/ | 
| H A D | salframe.cxx | 885                 aTwoRect.mnSrcHeight = aTwoRect.mnDestHeight = aSize.Height();  in SetBackgroundBitmap()
 |