Searched refs:aRectDst (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | alpha.cxx | 132 Rectangle aRectDst( rRectDst ); in CopyPixel() local 135 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel() 137 if( !aRectDst.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() 161 long nDstY = aRectDst.Top(); in CopyPixel() 181 if( !aRectSrc.IsEmpty() && ( aRectSrc != aRectDst ) ) in CopyPixel() 187 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel() 188 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel() 193 const long nDstX = aRectDst.Left(); in CopyPixel() [all …]
|
H A D | bitmap.cxx | 943 Rectangle aRectDst( rRectDst ); in CopyPixel() local 946 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel() 948 if( !aRectDst.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() 1030 long nDstY = aRectDst.Top(); in CopyPixel() 1074 if( !aRectSrc.IsEmpty() && ( aRectSrc != aRectDst ) ) in CopyPixel() 1080 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel() 1081 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel() 1086 const long nDstX = aRectDst.Left(); in CopyPixel() [all …]
|
Completed in 25 milliseconds