| /aoo42x/main/vcl/unx/generic/gdi/ | 
| H A D | salbmp.cxx | 603         if( aTwoRect.mnSrcX < 0 )  in ImplGetDDB()605             aTwoRect.mnSrcWidth += aTwoRect.mnSrcX;  in ImplGetDDB()
 606             aTwoRect.mnSrcX = 0;  in ImplGetDDB()
 629             if( aTwoRect.mnSrcX >= aSize.Width() ||  in ImplGetDDB()
 635                 aTwoRect.mnSrcWidth = aSize.Width()-aTwoRect.mnSrcX;  in ImplGetDDB()
 638                     aTwoRect.mnSrcX = 0;  in ImplGetDDB()
 897         maTwoRect.mnSrcX       = 0;  in ImplSalDDB()
 960 		if( rTwoRect.mnSrcX == maTwoRect.mnSrcX && rTwoRect.mnSrcY == maTwoRect.mnSrcY &&  in ImplMatches()
 969 				 rTwoRect.mnSrcX >= maTwoRect.mnSrcX && rTwoRect.mnSrcY >= maTwoRect.mnSrcY &&  in ImplMatches()
 970 				 ( rTwoRect.mnSrcX + rTwoRect.mnSrcWidth ) <= ( maTwoRect.mnSrcX + maTwoRect.mnSrcWidth ) &&  in ImplMatches()
 [all …]
 
 | 
| H A D | salgdi2.cxx | 117         aTwoRect.mnSrcX = aTwoRect.mnSrcY = 0;  in CopyScreenArea()536                        rPosAry.mnSrcX,     rPosAry.mnSrcY,  in copyBits()
 561                        rPosAry.mnSrcX,     rPosAry.mnSrcY,  in copyBits()
 581         SalBitmap *pDDB = pSrcGraphics->getBitmap( rPosAry.mnSrcX,  in copyBits()
 594         aPosAry.mnSrcX = 0,	aPosAry.mnSrcY = 0;  in copyBits()
 618     aPosAry.mnSrcX = nSrcX;  in copyArea()
 874         rTR.mnSrcX, rTR.mnSrcY, 0, 0, rTR.mnDestWidth, rTR.mnDestHeight );  in drawAlphaBitmap()
 894         rTR.mnSrcX, rTR.mnSrcY, 0, 0,  in drawAlphaBitmap()
 
 | 
| H A D | pspgraphics.cxx | 484     Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY),  in drawBitmap()
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | outdev2.cxx | 94 		rTwoRect.mnSrcX = rSizePix.Width() - rTwoRect.mnSrcX - rTwoRect.mnSrcWidth;  in ImplAdjustTwoRect()108 	if( ( rTwoRect.mnSrcX < 0 ) || ( rTwoRect.mnSrcX >= rSizePix.Width() ) ||  in ImplAdjustTwoRect()
 131 			rTwoRect.mnSrcX = aCropRect.Left();  in ImplAdjustTwoRect()
 424 															   aPosAry.mnDestX-aPosAry.mnSrcX,  in CopyArea()
 429 									  aPosAry.mnSrcX, aPosAry.mnSrcY,  in CopyArea()
 478 	aPosAry.mnSrcX		 = rDevPt.X();  in ImplDrawFrameDev()
 640 		aPosAry.mnSrcX = rSrcPtPixel.X();  in ImplDrawBitmap()
 1149 		aPosAry.mnSrcX = rSrcPtPixel.X();  in ImplDrawBitmapEx()
 1418 		aPosAry.mnSrcX = rSrcPtPixel.X();  in ImplDrawMask()
 1586 						aPosAry.mnSrcX = nX;  in GetBitmap()
 [all …]
 
 | 
| H A D | bmpfast.cxx | 571     if( rTR.mnSrcX || rTR.mnSrcY )  in ImplFastBitmapConversion()583     if( rSrc.mnWidth < rTR.mnSrcX + rTR.mnSrcWidth )  in ImplFastBitmapConversion()
 836     if( rTR.mnSrcX || rTR.mnSrcY )  in ImplFastBitmapBlending()
 848     if( rSrcRA.Width() < rTR.mnSrcX + rTR.mnSrcWidth )  in ImplFastBitmapBlending()
 854     if( rMskRA.Width() < rTR.mnSrcX + rTR.mnSrcWidth )  in ImplFastBitmapBlending()
 
 | 
| H A D | virdev.cxx | 268 				aPosAry.mnSrcX		 = 0;  in ImplSetOutputSizePixel()
 | 
| H A D | salmisc.cxx | 402     const long      nSrcX = rTwoRect.mnSrcX, nSrcY = rTwoRect.mnSrcY;  in StretchAndConvert()
 | 
| H A D | salgdilayout.cxx | 607 			mirror( aPosAry2.mnSrcX, aPosAry2.mnSrcWidth, pSrcOutDev );   in CopyBits()
 | 
| /aoo42x/main/vcl/unx/headless/ | 
| H A D | svpgdi.cxx | 475     B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY,  in copyBits()476                        rPosAry.mnSrcX+rPosAry.mnSrcWidth,  in copyBits()
 488     B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY,  in drawBitmap()
 489                        rPosAry.mnSrcX+rPosAry.mnSrcWidth,  in drawBitmap()
 511     B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY,  in drawBitmap()
 512                        rPosAry.mnSrcX+rPosAry.mnSrcWidth,  in drawBitmap()
 526     B2IRange aSrcRect( rPosAry.mnSrcX, rPosAry.mnSrcY,  in drawMask()
 527                        rPosAry.mnSrcX+rPosAry.mnSrcWidth,  in drawMask()
 
 | 
| H A D | svppspgraphics.cxx | 420     Rectangle aSrc (Point(rPosAry.mnSrcX, rPosAry.mnSrcY),  in drawBitmap()
 | 
| /aoo42x/main/vcl/os2/source/gdi/ | 
| H A D | salgdi2.cxx | 82 	thePoints[2].x = rPosAry.mnSrcX;  in copyBits()88 		thePoints[3].x = rPosAry.mnSrcX + rPosAry.mnSrcWidth;  in copyBits()
 313 			pts[2].x = rPosAry.mnSrcX;  in ImplDrawBitmap()
 315 			pts[3].x = rPosAry.mnSrcX + rPosAry.mnSrcWidth;  in ImplDrawBitmap()
 408 			pts[2].x = rPosAry.mnSrcX;  in ImplDrawBitmap()
 410 			pts[3].x = rPosAry.mnSrcX + rPosAry.mnSrcWidth;  in ImplDrawBitmap()
 
 | 
| /aoo42x/main/vcl/aqua/source/gdi/ | 
| H A D | salgdi.cxx | 1112 		if( (rPosAry.mnSrcX == rPosAry.mnDestX)  in copyBits()1116 		copyArea( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnSrcX, rPosAry.mnSrcY,  in copyBits()
 1126 …const CGPoint aDstPoint = CGPointMake( +rPosAry.mnDestX - rPosAry.mnSrcX, rPosAry.mnDestY - rPosAr…  in copyBits()
 1153 …SalBitmap* pBitmap = pSrc->getBitmap( rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mnSrcWidth, rPosAry.…  in copyBits()
 1158 		    aPosAry.mnSrcX = 0;  in copyBits()
 1177 		aPosAry.mnSrcX = 0;  in copyArea()
 1238 …CGImageRef xImage = rBitmap.CreateCroppedImage( (int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY, (int)rPo…  in drawBitmap()
 1265 …CGImageRef xMaskedImage( rBitmap.CreateWithMask( rMask, rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mn…  in drawBitmap()
 1283 …CGImageRef xImage = rBitmap.CreateColorMask( rPosAry.mnSrcX, rPosAry.mnSrcY, rPosAry.mnSrcWidth, r…  in drawMask()
 1508 …CGImageRef xMaskedImage = rSrcSalBmp.CreateWithMask( rMaskSalBmp, rTR.mnSrcX, rTR.mnSrcY, rTR.mnSr…  in drawAlphaBitmap()
 
 | 
| H A D | salbmp.cxx | 518 		aTwoRects.mnSrcX = aTwoRects.mnDestX = 0;  in ConvertBitmapData()
 | 
| /aoo42x/main/vcl/win/source/gdi/ | 
| H A D | salgdi2.cxx | 84 				(int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY,  in copyBits()94 					(int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY,  in copyBits()
 375 …                 (int)rPosAry.mnSrcX, (int)(pBIH->biHeight - rPosAry.mnSrcHeight - rPosAry.mnSrcY),  in ImplDrawBitmap()
 402 						(int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY,  in ImplDrawBitmap()
 413 							(int)rPosAry.mnSrcX, (int)rPosAry.mnSrcY,  in ImplDrawBitmap()
 
 | 
| H A D | salbmp.cxx | 287         aSalTwoRect.mnSrcX = aSalTwoRect.mnSrcY = aSalTwoRect.mnDestX = aSalTwoRect.mnDestY = 0;  in ImplCreateGdiPlusBitmap()386         aSalTwoRect.mnSrcX = aSalTwoRect.mnSrcY = aSalTwoRect.mnDestX = aSalTwoRect.mnDestY = 0;  in ImplCreateGdiPlusBitmap()
 419         aSalTwoRect.mnSrcX = aSalTwoRect.mnSrcY = aSalTwoRect.mnDestX = aSalTwoRect.mnDestY = 0;  in ImplCreateGdiPlusBitmap()
 
 | 
| H A D | salgdi_gdiplus.cxx | 340         Gdiplus::REAL(rTR.mnSrcX),  in paintToGdiPlus()
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | salgtype.hxx | 58 	long		mnSrcX;  member
 | 
| /aoo42x/main/vcl/unx/generic/app/ | 
| H A D | soicon.cxx | 65     aRect.mnSrcX = 0; aRect.mnSrcY = 0;  in SelectAppIconPixmap()
 | 
| /aoo42x/main/vcl/unx/gtk/window/ | 
| H A D | gtkframe.cxx | 2601                 aTwoRect.mnSrcX = aTwoRect.mnSrcY = aTwoRect.mnDestX = aTwoRect.mnDestY = 0;  in SetBackgroundBitmap()
 | 
| /aoo42x/main/vcl/unx/generic/window/ | 
| H A D | salframe.cxx | 883                 aTwoRect.mnSrcX = aTwoRect.mnSrcY = aTwoRect.mnDestX = aTwoRect.mnDestY = 0;  in SetBackgroundBitmap()
 |