| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev6.cxx | 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() + ( ( aDstRec… in DBG_NAMEEX() 81 …long nY = ( rRect.Top() >= aDstRect.Top() ) ? rRect.Top() : ( rRect.Top() + ( ( aDstRect.To… 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 [all …]
|
| H A D | impimage.cxx | 288 const Rectangle aDstRect( aPos, maSize ); in Replace() local 290 maBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 293 maDisabledBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace() 307 const Rectangle aDstRect( aPos, maSize ); in Replace() local 309 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rImageBmp.maBmpEx ); in Replace() 324 const Rectangle aDstRect( aPos, maSize ); in Replace() local 326 maBmpEx.CopyPixel( aDstRect, aSrcRect, &rBmpEx ); in Replace() 376 const Rectangle aDstRect( aPos, maSize ); in GetBitmapEx() local 378 aRet.CopyPixel( aDstRect, aSrcRect, &maBmpEx ); in GetBitmapEx()
|
| H A D | outdev2.cxx | 1905 const Rectangle& aDstRect, in ImplBlendWithAlpha() argument 1923 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha() 2017 mpAlphaVDev->DrawBitmap( aDstRect.TopLeft(), aAlphaBitmap ); in ImplBlendWithAlpha() 2198 Rectangle aDstRect( aNullPt, GetOutputSizePixel() ); in ImplDrawAlpha() local 2206 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplDrawAlpha() 2221 if( !aDstRect.Intersection( Rectangle( aOutPt, aOutSz ) ).IsEmpty() ) in ImplDrawAlpha() 2264 Bitmap aBmp( GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplDrawAlpha() 2273 aDstRect.SetSize( aBmp.GetSizePixel() ); in ImplDrawAlpha() 2277 const long nDstWidth = aDstRect.GetWidth(), nDstHeight = aDstRect.GetHeight(); in ImplDrawAlpha() 2285 … ? aOutSz.Width() - aDstRect.GetWidth() - (aDstRect.Left() - aOutPt.X()) in ImplDrawAlpha() [all …]
|
| H A D | outdev4.cxx | 939 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawGradient() local 941 aDstRect.Intersection( aBoundRect ); in DrawGradient() 948 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawGradient() 951 if( !aDstRect.IsEmpty() ) in DrawGradient() 954 const Size aDstSize( aDstRect.GetSize() ); in DrawGradient() 975 pVDev->DrawOutDev( Point(), aDstSize, aDstRect.TopLeft(), aDstSize, *this ); in DrawGradient() 977 aVDevMap.SetOrigin( Point( -aDstRect.Left(), -aDstRect.Top() ) ); in DrawGradient() 987 DrawOutDev( aDstRect.TopLeft(), aDstSize, Point(), aDstSize, *pVDev ); in DrawGradient()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 669 const CGRect aDstRect = CGRectMake( nX, nY, 1, 1); in ImplDrawPixel() local 670 CGContextFillRect( mrContext, aDstRect ); in ImplDrawPixel() 671 RefreshRect( aDstRect ); in ImplDrawPixel() 1138 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in copyBits() local 1139 CGContextClipToRect( xCopyContext, aDstRect ); in copyBits() 1149 RefreshRect( aDstRect ); in copyBits() 1242 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in drawBitmap() local 1243 CGContextDrawImage( mrContext, aDstRect, xImage ); in drawBitmap() 1245 RefreshRect( aDstRect ); in drawBitmap() 1269 …const CGRect aDstRect = CGRectMake( rPosAry.mnDestX, rPosAry.mnDestY, rPosAry.mnDestWidth, rPosAry… in drawBitmap() local [all …]
|
| /AOO41X/main/vcl/aqua/source/app/ |
| H A D | salinst.cxx | 1304 const CGRect aDstRect = CGRectMake( 0, 0, aSize.Width(), aSize.Height()); in CreateNSImage() local 1305 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 518 const Rectangle& aDstRect,
|