Searched refs:aDstRect (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 64 aDstRect.Intersection( rRect ); in DBG_NAMEEX() 66 if( aDstRect.IsEmpty() || ImplIsRecordLayout() ) 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() 416 aDstRect.Intersection( aPolyRect ); in DrawTransparent() 426 if( !aDstRect.IsEmpty() ) in DrawTransparent() 471 if( aDstRect.Left() || aDstRect.Top() ) in DrawTransparent() 472 aPolyPoly.Move( -aDstRect.Left(), -aDstRect.Top() ); in DrawTransparent() 663 aDstRect.Intersection( aOutRect ); in DrawTransparent() [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 | 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 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() 2286 : aDstRect.Left() - aOutPt.X(), in ImplDrawAlpha() 2287 nOffY = aDstRect.Top() - aOutPt.Y(); in ImplDrawAlpha() 2333 aDstRect, 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() 1139 CGContextClipToRect( xCopyContext, aDstRect ); in copyBits() 1149 RefreshRect( aDstRect ); in copyBits() 1245 RefreshRect( aDstRect ); in drawBitmap() 1272 RefreshRect( aDstRect ); in drawBitmap() 1290 RefreshRect( aDstRect ); in drawMask() 1487 RefreshRect( aDstRect ); in drawEPS() 1516 RefreshRect( aDstRect ); in drawAlphaBitmap() [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,
|
Completed in 63 milliseconds