Searched refs:client_width (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-jobs.c | 196 local->client_width = orig->client_width; in vnc_async_encoding_start() 214 if (rect->x >= vs->client_width) { in vnc_worker_clamp_rect() 217 rect->w = MIN(vs->client_width - rect->x, rect->w); in vnc_worker_clamp_rect()
|
H A D | vnc.c | 688 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() 706 vnc_write_u16(vs, vs->client_width); in vnc_desktop_resize_ext() 719 if (vs->client_width == vs->vd->true_width && in vnc_desktop_resize() 728 vs->client_width = vs->vd->true_width; 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() 1100 vs, vs->ioc, vs->throttle_output_offset, offset, vs->client_width, in vnc_update_throttle_offset() 2364 vs->client_width, in vnc_colordepth() [all …]
|
H A D | vnc.h | 285 size_t client_width; /* limited to u16 by RFB proto */ member
|
H A D | trace-events | 58 …hreshold(void *state, void *ioc, size_t oldoffset, size_t offset, int client_width, int client_hei…
|