Home
last modified time | relevance | path

Searched refs:hTempRgn2 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx195 HRGN hTempRgn2 = 0; in copyArea() local
249 if ( !hTempRgn2 ) in copyArea()
250 hTempRgn2 = CreateRectRgn( 0, 0, 0, 0 ); in copyArea()
251 nRgnType = GetWindowRgn( hWnd, hTempRgn2 ); in copyArea()
255 OffsetRgn( hTempRgn2, aTempRect.left, aTempRect.top ); in copyArea()
257 CombineRgn( hTempRgn, hTempRgn, hTempRgn2, RGN_AND ); in copyArea()
267 if ( hTempRgn2 ) in copyArea()
268 DeleteRegion( hTempRgn2 ); in copyArea()

Completed in 14 milliseconds