Searched refs:aVCLSrcRect (Results 1 – 1 of 1) sorted by relevance
127 Rectangle aVCLSrcRect( aVCLSrcPos, aVCLSrcSize ); in copyArea() local134 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 23 milliseconds