Lines Matching refs:aTempRect
164 RECT aTempRect; in copyArea() local
207 GetClientRect( hWndTopWindow, &aTempRect ); in copyArea()
212 aTempRect.left += aPt2.x; in copyArea()
213 aTempRect.top += aPt2.y; in copyArea()
214 aTempRect.right += aPt2.x; in copyArea()
215 aTempRect.bottom += aPt2.y; in copyArea()
216 IntersectRect( &aTempRect3, &aTempRect3, &aTempRect ); in copyArea()
238 GetWindowRect( hWnd, &aTempRect ); in copyArea()
239 if ( IntersectRect( &aTempRect2, &aSrcRect, &aTempRect ) ) in copyArea()
246 hTempRgn = CreateRectRgnIndirect( &aTempRect ); in copyArea()
255 OffsetRgn( hTempRgn2, aTempRect.left, aTempRect.top ); in copyArea()