Home
last modified time | relevance | path

Searched refs:client_height (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-jobs.c197 local->client_height = orig->client_height; in vnc_async_encoding_start()
222 if (rect->y >= vs->client_height) { in vnc_worker_clamp_rect()
225 rect->h = MIN(vs->client_height - rect->y, rect->h); in vnc_worker_clamp_rect()
H A Dvnc.c688 vs, vs->ioc, vs->client_width, vs->client_height, reject_reason); in vnc_desktop_resize_ext()
697 vs->client_width, vs->client_height, in vnc_desktop_resize_ext()
707 vnc_write_u16(vs, vs->client_height); in vnc_desktop_resize_ext()
720 vs->client_height == pixman_image_get_height(vs->vd->server)) { in vnc_desktop_resize()
729 vs->client_height = pixman_image_get_height(vs->vd->server); in vnc_desktop_resize()
737 vs, vs->ioc, vs->client_width, vs->client_height); in vnc_desktop_resize()
743 vnc_framebuffer_update(vs, 0, 0, vs->client_width, vs->client_height, in vnc_desktop_resize()
1070 vs->client_width * vs->client_height * vs->client_pf.bytes_per_pixel; in vnc_update_throttle_offset()
1101 vs->client_height, vs->client_pf.bytes_per_pixel, vs->audio_cap); in vnc_update_throttle_offset()
2365 vs->client_height, in vnc_colordepth()
[all …]
H A Dvnc.h286 size_t client_height; /* limited to u16 by RFB proto */ member
H A Dtrace-events58 …te, void *ioc, size_t oldoffset, size_t offset, int client_width, int client_height, int bytes_per…