Searched refs:ds_get_width (Results 1 – 6 of 6) sorted by relevance
/external/qemu/ |
D | vnc-android.c | 360 size_changed = ds_get_width(ds) != vs->guest.ds->width || in vnc_resize() 368 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize() 736 vnc_set_bits(width_mask, (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in vnc_update_client() 1249 ds_get_width(vs->ds), ds_get_height(vs->ds), in check_pointer_type_change() 1273 kbd_mouse_event(x * 0x7FFF / (ds_get_width(vs->ds) - 1), in pointer_event() 1490 if (x_position > ds_get_width(vs->ds)) in framebuffer_update_request() 1491 x_position = ds_get_width(vs->ds); in framebuffer_update_request() 1494 if (x_position + w >= ds_get_width(vs->ds)) in framebuffer_update_request() 1495 w = ds_get_width(vs->ds) - x_position; in framebuffer_update_request() 1505 (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in framebuffer_update_request() [all …]
|
D | vnc.c | 354 size_changed = ds_get_width(ds) != vs->guest.ds->width || in vnc_resize() 362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize() 730 vnc_set_bits(width_mask, (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in vnc_update_client() 1243 ds_get_width(vs->ds), ds_get_height(vs->ds), in check_pointer_type_change() 1267 kbd_mouse_event(x * 0x7FFF / (ds_get_width(vs->ds) - 1), in pointer_event() 1484 if (x_position > ds_get_width(vs->ds)) in framebuffer_update_request() 1485 x_position = ds_get_width(vs->ds); in framebuffer_update_request() 1488 if (x_position + w >= ds_get_width(vs->ds)) in framebuffer_update_request() 1489 w = ds_get_width(vs->ds) - x_position; in framebuffer_update_request() 1499 (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in framebuffer_update_request() [all …]
|
D | curses.c | 101 if (ds_get_width(ds) == gwidth && ds_get_height(ds) == gheight) in curses_resize() 104 gwidth = ds_get_width(ds); in curses_resize()
|
D | console.c | 674 vga_fill_rect(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds), in console_refresh() 688 dpy_update(s->ds, 0, 0, ds_get_width(s->ds), ds_get_height(s->ds)); in console_refresh() 1107 active_console->g_width = ds_get_width(active_console->ds); in console_select() 1244 s->g_width = ds_get_width(s->ds); in text_console_invalidate() 1424 surf = da->create_displaysurface(ds_get_width(ds), ds_get_height(ds)); in register_displayallocator() 1521 s->g_width = ds_get_width(s->ds); in text_console_do_init()
|
D | console.h | 400 static inline int ds_get_width(DisplayState *ds) in ds_get_width() function
|
/external/qemu/hw/ |
D | goldfish_fb.c | 558 ret = ds_get_width(s->ds); in goldfish_fb_read() 576 ret = pixels_to_mm( ds_get_width(s->ds), s->dpi ); in goldfish_fb_read()
|