Home
last modified time | relevance | path

Searched refs:ds_get_width (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dvnc-android.c360 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 …]
Dvnc.c354 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 …]
Dcurses.c101 if (ds_get_width(ds) == gwidth && ds_get_height(ds) == gheight) in curses_resize()
104 gwidth = ds_get_width(ds); in curses_resize()
Dconsole.c674 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()
Dconsole.h400 static inline int ds_get_width(DisplayState *ds) in ds_get_width() function
/external/qemu/hw/
Dgoldfish_fb.c558 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()