Lines Matching refs:client_width
686 vs, vs->ioc, vs->client_width, vs->client_height, reject_reason); in vnc_desktop_resize_ext()
695 vs->client_width, vs->client_height, in vnc_desktop_resize_ext()
704 vnc_write_u16(vs, vs->client_width); in vnc_desktop_resize_ext()
717 if (vs->client_width == vs->vd->true_width && in vnc_desktop_resize()
726 vs->client_width = vs->vd->true_width; in vnc_desktop_resize()
735 vs, vs->ioc, vs->client_width, vs->client_height); in vnc_desktop_resize()
741 vnc_framebuffer_update(vs, 0, 0, vs->client_width, vs->client_height, in vnc_desktop_resize()
1068 vs->client_width * vs->client_height * vs->client_pf.bytes_per_pixel; in vnc_update_throttle_offset()
1098 vs, vs->ioc, vs->throttle_output_offset, offset, vs->client_width, in vnc_update_throttle_offset()
2363 vs->client_width, in vnc_colordepth()
2700 vs->client_width = pixman_image_get_width(vs->vd->server); in protocol_client_init()
2702 vnc_write_u16(vs, vs->client_width); in protocol_client_init()