Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx127 Rectangle aVCLSrcRect( aVCLSrcPos, aVCLSrcSize ); in copyArea() local
134 if ( !aVCLSrcRect.Intersection( aVCLClipRect ).IsEmpty() ) in copyArea()
143 long nVCLScrHeight = aVCLSrcRect.GetHeight(); in copyArea()
144 aSrcRect.xLeft = aVCLSrcRect.Left(); in copyArea()
145 aSrcRect.yBottom = TY( aVCLSrcRect.Top()+nVCLScrHeight-1 ); in copyArea()
146 aSrcRect.xRight = aSrcRect.xLeft+aVCLSrcRect.GetWidth(); in copyArea()
215 aVCLSrcRect = Rectangle( aSrcRect.xLeft, aSrcRect.yBottom, aSrcRect.xRight, aSrcRect.yTop ); in copyArea()
226 if ( aVCLSrcRect.IsOver( aVCLClipRect ) ) in copyArea()

Completed in 22 milliseconds