Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Drfb.c108 bool adjust_pixels; member
341 bool adjust_pixels = true; in rfb_recv_set_pixfmt_msg() local
388 adjust_pixels = false; in rfb_recv_set_pixfmt_msg()
395 rc->new_pixfmt.adjust_pixels = adjust_pixels; in rfb_recv_set_pixfmt_msg()
475 if (!rc->pixfmt.adjust_pixels) { in rfb_adjust_pixels()
597 if (rc->pixfmt.adjust_pixels) { in rfb_send_all()