Home
last modified time | relevance | path

Searched refs:aRectSrc (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx954 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
1014 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel()
1016 if( !aRectSrc.IsEmpty() ) in CopyPixel()
1028 const long nSrcEndX = aRectSrc.Left() + nWidth; in CopyPixel()
1029 const long nSrcEndY = aRectSrc.Top() + nHeight; in CopyPixel()
1070 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
1072 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
1074 if( !aRectSrc.IsEmpty() && ( aRectSrc != aRectDst ) ) in CopyPixel()
1080 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
1082 const long nSrcX = aRectSrc.Left(); in CopyPixel()
[all …]
H A Dalpha.cxx143 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
145 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel()
147 if( !aRectSrc.IsEmpty() ) in CopyPixel()
159 const long nSrcEndX = aRectSrc.Left() + nWidth; in CopyPixel()
160 const long nSrcEndY = aRectSrc.Top() + nHeight; in CopyPixel()
177 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
179 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
181 if( !aRectSrc.IsEmpty() && ( aRectSrc != aRectDst ) ) in CopyPixel()
187 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
189 const long nSrcX = aRectSrc.Left(); in CopyPixel()
[all …]
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx400 const Rectangle aRectSrc( Point( 0, 0 ), aSize ); in createOverlayImage() local
405 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), 0 ), aSize ), aRectSrc, getButtonImage((nHighl… in createOverlayImage()
406 …aRet.CopyPixel( Rectangle( Point( 0, aSize.Height() ), aSize ), aRectSrc, getButtonImage((nHigh… in createOverlayImage()
407 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()

Completed in 28 milliseconds