Searched refs:COORD (Results 1 – 7 of 7) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wincon.h | 20 } COORD,*PCOORD; typedef 59 COORD dwMousePosition; 79 COORD dwSize; 134 COORD dwSize; 135 COORD dwCursorPosition; 138 COORD dwMaximumWindowSize; 148 COORD dwFontSize; 153 COORD dwSelectionAnchor; 217 …PI ReadConsoleOutputA(HANDLE hConsoleOutput,PCHAR_INFO lpBuffer,COORD dwBufferSize,COORD dwBufferC… 218 …PI ReadConsoleOutputW(HANDLE hConsoleOutput,PCHAR_INFO lpBuffer,COORD dwBufferSize,COORD dwBufferC… [all …]
|
D | shlobj.h | 286 COORD dwScreenBufferSize; 287 COORD dwWindowSize; 288 COORD dwWindowOrigin; 291 COORD dwFontSize;
|
/third_party/libuv/test/ |
D | test-tty-escape-sequence-processing.c | 105 static void set_cursor_position(uv_tty_t* tty_out, COORD pos) { in set_cursor_position() 114 static void get_cursor_position(uv_tty_t* tty_out, COORD* cursor_position) { in get_cursor_position() 123 COORD origin = {1, 1}; in set_cursor_to_home() 174 COORD origin; in setup_screen() 187 COORD origin; in clear_screen() 210 COORD origin; in capture_screen() 227 COORD cursor_position, in make_expect_screen_erase() 272 COORD cursor_position, in make_expect_screen_write() 285 COORD cursor_position, in make_expect_screen_set_attr() 380 COORD cursor_pos, cursor_pos_old; in TEST_IMPL() [all …]
|
D | runner-win.c | 310 COORD coord; in clear_line()
|
/third_party/ninja/src/ |
D | line_printer.cc | 91 COORD buf_size = { csbi.dwSize.X, 1 }; in Print() 92 COORD zero_zero = { 0, 0 }; in Print()
|
/third_party/libuv/src/win/ |
D | tty.c | 494 COORD pos; in uv_tty_line_read_thread() 1163 static COORD uv__tty_make_real_coord(uv_tty_t* handle, in uv__tty_make_real_coord() 1166 COORD result; in uv__tty_make_real_coord() 1224 COORD pos; in uv__tty_move_caret() 1252 const COORD origin = {0, 0}; in uv__tty_reset() 1318 COORD start, end; in uv__tty_clear()
|
/third_party/libuv/include/uv/ |
D | win.h | 523 COORD saved_position; \
|