Searched refs:hTempRgn2 (Results 1 – 1 of 1) sorted by relevance
195 HRGN hTempRgn2 = 0; in copyArea() local249 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 15 milliseconds