Searched refs:aRectSrc (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | alpha.cxx | 143 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 …]
|
H A D | bitmap.cxx | 954 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 …]
|
/aoo4110/main/sd/source/ui/view/ |
H A D | viewoverlaymanager.cxx | 400 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 35 milliseconds