Lines Matching refs:point
360 POINT point={ pt.x, pt.y}; in DragEnter() local
361 ScreenToClient( m_hWnd, &point); in DragEnter()
362 e.LocationX= point.x; in DragEnter()
363 e.LocationY= point.y; in DragEnter()
399 POINT point={ pt.x, pt.y}; in DragOver() local
400 ScreenToClient( m_hWnd, &point); in DragOver()
401 e.LocationX= point.x; in DragOver()
402 e.LocationY= point.y; in DragOver()
482 POINT point={ pt.x, pt.y}; in Drop() local
483 ScreenToClient( m_hWnd, &point); in Drop()
484 e.LocationX= point.x; in Drop()
485 e.LocationY= point.y; in Drop()