Lines Matching refs:ds_get_width
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()
1507 (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in framebuffer_update_request()
1517 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_key_event_ack()
1527 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_audio_ack()
1702 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), in vnc_colordepth()
1852 vnc_write_u16(vs, ds_get_width(vs->ds)); in protocol_client_init()