Home
last modified time | relevance | path

Searched refs:aRectDst (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dalpha.cxx132 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 Dbitmap.cxx943 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 15 milliseconds