Searched refs:cursor_position (Results 1 - 4 of 4) sorted by relevance
/third_party/libuv/test/ |
H A D | test-tty-escape-sequence-processing.c | 114 static void get_cursor_position(uv_tty_t* tty_out, COORD* cursor_position) { in get_cursor_position() argument 118 cursor_position->X = info.dwCursorPosition.X + 1; in get_cursor_position() 119 cursor_position->Y = info.dwCursorPosition.Y - info.srWindow.Top + 1; in get_cursor_position() 227 COORD cursor_position, in make_expect_screen_erase() 233 start = cs->text + cs->si.width * (cursor_position.Y - 1); in make_expect_screen_erase() 243 start += cursor_position.X - 1; in make_expect_screen_erase() 246 end = start + cursor_position.X; in make_expect_screen_erase() 272 COORD cursor_position, in make_expect_screen_write() 276 start = cs->text + cs->si.width * (cursor_position.Y - 1) + in make_expect_screen_write() 277 cursor_position in make_expect_screen_write() 226 make_expect_screen_erase(struct captured_screen* cs, COORD cursor_position, int dir, BOOL entire_screen) make_expect_screen_erase() argument 271 make_expect_screen_write(struct captured_screen* cs, COORD cursor_position, const char* text) make_expect_screen_write() argument 284 make_expect_screen_set_attr(struct captured_screen* cs, COORD cursor_position, size_t length, WORD attr) make_expect_screen_set_attr() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 779 xcb_point_t cursor_position = { motion->event_x, motion->event_y }; in select_region() local 781 rectangle = rectangle_from_corners(&press_position, &cursor_position); in select_region()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 10455 uint64_t cursor_position; member 10525 // On success, the returned error_message is empty and cursor_position counts 10527 // cursor_position is the location of the error. That error may be a content 10882 uint64_t cursor_position; member 10963 // On success, the returned error_message is empty and cursor_position counts 10965 // cursor_position is the location of the error. That error may be a content [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 9748 uint64_t cursor_position; member 9798 // On success, the returned error_message is empty and cursor_position counts 9800 // cursor_position is the location of the error. That error may be a content 10020 uint64_t cursor_position; member 10071 // On success, the returned error_message is empty and cursor_position counts 10073 // cursor_position is the location of the error. That error may be a content [all...] |
Completed in 88 milliseconds