Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx128 Rectangle aVCLClipRect; in copyArea() local
132 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 15 milliseconds