Lines Matching refs:dwSize
183 uv__tty_console_width = sb_info.dwSize.X; in uv__console_init()
568 if (pos.Y == uv__saved_screen_state.dwSize.Y - 1) in uv_tty_line_read_thread()
1141 uv_tty_virtual_width = info->dwSize.X; in uv__tty_update_virtual_window()
1154 if (uv_tty_virtual_offset + uv_tty_virtual_height > info->dwSize.Y) { in uv__tty_update_virtual_window()
1155 uv_tty_virtual_offset = info->dwSize.Y - uv_tty_virtual_height; in uv__tty_update_virtual_window()
1280 count = screen_buffer_info.dwSize.X * screen_buffer_info.dwSize.Y; in uv__tty_reset()
1369 count = (end.Y * info.dwSize.X + end.X) - in uv__tty_clear()
1370 (start.Y * info.dwSize.X + start.X) + 1; in uv__tty_clear()
1658 cursor_info.dwSize = uv_tty_default_cursor_info.dwSize; in uv__tty_set_cursor_shape()
1660 cursor_info.dwSize = CURSOR_SIZE_LARGE; in uv__tty_set_cursor_shape()
1662 cursor_info.dwSize = CURSOR_SIZE_SMALL; in uv__tty_set_cursor_shape()
2428 width = sb_info.dwSize.X;