Home
last modified time | relevance | path

Searched refs:aDstRect (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx64 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 Dimpimage.cxx288 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 Doutdev2.cxx1932 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha()
2026 mpAlphaVDev->DrawBitmap( aDstRect.TopLeft(), aAlphaBitmap ); in ImplBlendWithAlpha()
2207 Rectangle aDstRect( aNullPt, GetOutputSizePixel() ); in ImplDrawAlpha() local
2273 Bitmap aBmp( GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplDrawAlpha()
2282 aDstRect.SetSize( aBmp.GetSizePixel() ); in ImplDrawAlpha()
2286 const long nDstWidth = aDstRect.GetWidth(), nDstHeight = aDstRect.GetHeight(); in ImplDrawAlpha()
2294 ? aOutSz.Width() - aDstRect.GetWidth() - (aDstRect.Left() - aOutPt.X()) in ImplDrawAlpha()
2295 : aDstRect.Left() - aOutPt.X(), in ImplDrawAlpha()
2296 nOffY = aDstRect.Top() - aOutPt.Y(); in ImplDrawAlpha()
2342 aDstRect, in ImplDrawAlpha()
[all …]
H A Doutdev4.cxx939 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()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx669 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 …]
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1303 const CGRect aDstRect = CGRectMake( 0, 0, aSize.Width(), aSize.Height()); in CreateNSImage() local
1304 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx518 const Rectangle& aDstRect,

Completed in 83 milliseconds