Searched refs:aVCLClipRect (Results 1 – 1 of 1) sorted by relevance
128 Rectangle aVCLClipRect; in copyArea() local132 aVCLClipRect.Right() = aSWP.cx-1; in copyArea()133 aVCLClipRect.Bottom() = aSWP.cy-1; in copyArea()134 if ( !aVCLSrcRect.Intersection( aVCLClipRect ).IsEmpty() ) in copyArea()225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea()226 if ( aVCLSrcRect.IsOver( aVCLClipRect ) ) in copyArea()
Completed in 6 milliseconds