Lines Matching refs:aSrcRect

194 		Rectangle	aSrcRect( Point( rPosAry.mnSrcX, rPosAry.mnSrcY ),  in ImplDrawOutDevDirect()  local
196 const long nOldRight = aSrcRect.Right(); in ImplDrawOutDevDirect()
197 const long nOldBottom = aSrcRect.Bottom(); in ImplDrawOutDevDirect()
199 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in ImplDrawOutDevDirect()
204 rPosAry.mnSrcWidth -= (nOldRight - aSrcRect.Right()); in ImplDrawOutDevDirect()
211 rPosAry.mnSrcHeight -= (nOldBottom - aSrcRect.Bottom()); in ImplDrawOutDevDirect()
275 Rectangle aSrcRect( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ), in DrawOutDev() local
277 long nOldRight = aSrcRect.Right(); in DrawOutDev()
278 long nOldBottom = aSrcRect.Bottom(); in DrawOutDev()
280 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in DrawOutDev()
285 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in DrawOutDev()
292 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in DrawOutDev()
408 Rectangle aSrcRect( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ), in CopyArea() local
410 long nOldRight = aSrcRect.Right(); in CopyArea()
411 long nOldBottom = aSrcRect.Bottom(); in CopyArea()
413 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in CopyArea()
416 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in CopyArea()
419 aPosAry.mnSrcHeight -= nOldBottom-aSrcRect.Bottom(); in CopyArea()
423 ((Window*)this)->ImplMoveAllInvalidateRegions( aSrcRect, in CopyArea()
2390 Rectangle aSrcRect( rSrcPtPixel, rSrcSizePixel ); in ImplPrintTransparent() local
2392 aSrcRect.Justify(); in ImplPrintTransparent()
2394 …if( !rBmp.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.H… in ImplPrintTransparent()
2419 if( aSrcRect != Rectangle( aPt, aPaint.GetSizePixel() ) ) in ImplPrintTransparent()
2421 aPaint.Crop( aSrcRect ); in ImplPrintTransparent()
2422 aMask.Crop( aSrcRect ); in ImplPrintTransparent()
2435 aMask = Bitmap( aSrcRect.GetSize(), 1 ); in ImplPrintTransparent()
2440 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent()
2504 Rectangle aSrcRect( rSrcPtPixel, rSrcSizePixel ); in ImplPrintMask() local
2506 aSrcRect.Justify(); in ImplPrintMask()
2508 …if( !rMask.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.… in ImplPrintMask()
2533 if( aSrcRect != Rectangle( aPt, aMask.GetSizePixel() ) ) in ImplPrintMask()
2534 aMask.Crop( aSrcRect ); in ImplPrintMask()
2541 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask()