Lines Matching refs:aDstRect

63 	Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() );  in DBG_NAMEEX()  local
64 aDstRect.Intersection( rRect ); in DBG_NAMEEX()
66 if( aDstRect.IsEmpty() || ImplIsRecordLayout() ) in DBG_NAMEEX()
80 …long nX = ( rRect.Left() >= aDstRect.Left() ) ? rRect.Left() : ( rRect.Left() + ( ( aDstRect.Left… in DBG_NAMEEX()
81 …long nY = ( rRect.Top() >= aDstRect.Top() ) ? rRect.Top() : ( rRect.Top() + ( ( aDstRect.Top() - … in DBG_NAMEEX()
82 const long nRight = aDstRect.Right(); in DBG_NAMEEX()
83 const long nBottom = aDstRect.Bottom(); in DBG_NAMEEX()
96 aVertBuf.realloc( aDstRect.GetHeight() / nDistY + 2L ); in DBG_NAMEEX()
104 aHorzBuf.realloc( aDstRect.GetWidth() / nDistX + 2L ); in DBG_NAMEEX()
414 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent() local
416 aDstRect.Intersection( aPolyRect ); in DrawTransparent()
423 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawTransparent()
426 if( !aDstRect.IsEmpty() ) in DrawTransparent()
468 const Size aDstSz( aDstRect.GetSize() ); in DrawTransparent()
471 if( aDstRect.Left() || aDstRect.Top() ) in DrawTransparent()
472 aPolyPoly.Move( -aDstRect.Left(), -aDstRect.Top() ); in DrawTransparent()
484 Bitmap aPaint( GetBitmap( aDstRect.TopLeft(), aDstSz ) ); in DrawTransparent()
593 DrawBitmap( aDstRect.TopLeft(), aPaint ); in DrawTransparent()
660 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent() local
663 aDstRect.Intersection( aOutRect ); in DrawTransparent()
670 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in DrawTransparent()
673 if( !aDstRect.IsEmpty() ) in DrawTransparent()
680 if( pVDev->SetOutputSizePixel( aDstRect.GetSize() ) ) in DrawTransparent()
693 const Point aOutPos(PixelToLogic(aDstRect.TopLeft())); in DrawTransparent()
708 aDstRect.TopLeft(), pVDev->GetOutputSizePixel(), // source in DrawTransparent()
730 DrawBitmapEx(aDstRect.TopLeft(), BitmapEx(aPaint, aAlpha)); in DrawTransparent()
738 Point aOutPos( PixelToLogic( aDstRect.TopLeft() ) ); in DrawTransparent()
778 DrawBitmapEx( aDstRect.TopLeft(), BitmapEx( aPaint, aAlpha ) ); in DrawTransparent()