Home
last modified time | relevance | path

Searched refs:aRectSrc (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dalpha.cxx143 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
145 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel()
147 if( !aRectSrc.IsEmpty() ) in CopyPixel()
157 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
158 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel()
159 const long nSrcEndX = aRectSrc.Left() + nWidth; in CopyPixel()
160 const long nSrcEndY = aRectSrc.Top() + nHeight; in CopyPixel()
163 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
164 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel()
177 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
[all …]
H A Dbitmap.cxx954 Rectangle aRectSrc( rRectSrc ); in CopyPixel() local
1014 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel()
1016 if( !aRectSrc.IsEmpty() ) in CopyPixel()
1026 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
1027 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel()
1028 const long nSrcEndX = aRectSrc.Left() + nWidth; in CopyPixel()
1029 const long nSrcEndY = aRectSrc.Top() + nHeight; in CopyPixel()
1043 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
1044 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel()
1051 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
[all …]
/AOO41X/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, getButtonIma… in createOverlayImage()
406 …aRet.CopyPixel( Rectangle( Point( 0, aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
407 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()