Lines Matching refs:ds_get_height
355 ds_get_height(ds) != vs->guest.ds->height; in vnc_resize()
362 vnc_framebuffer_update(vs, 0, 0, ds_get_width(ds), ds_get_height(ds), in vnc_resize()
1243 ds_get_width(vs->ds), ds_get_height(vs->ds), in check_pointer_type_change()
1268 y * 0x7FFF / (ds_get_height(vs->ds) - 1), in pointer_event()
1486 if (y_position > ds_get_height(vs->ds)) in framebuffer_update_request()
1487 y_position = ds_get_height(vs->ds); in framebuffer_update_request()
1490 if (y_position + h >= ds_get_height(vs->ds)) in framebuffer_update_request()
1491 h = ds_get_height(vs->ds) - y_position; in framebuffer_update_request()
1511 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_key_event_ack()
1521 vnc_framebuffer_update(vs, 0, 0, ds_get_width(vs->ds), ds_get_height(vs->ds), in send_ext_audio_ack()
1697 ds_get_height(vs->ds), VNC_ENCODING_WMVi); in vnc_colordepth()
1847 vnc_write_u16(vs, ds_get_height(vs->ds)); in protocol_client_init()