Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Drfb.c109 bool adjust_pixels; member
344 bool adjust_pixels = true; in rfb_recv_set_pixfmt_msg() local
391 adjust_pixels = false; in rfb_recv_set_pixfmt_msg()
398 rc->new_pixfmt.adjust_pixels = adjust_pixels; in rfb_recv_set_pixfmt_msg()
478 if (!rc->pixfmt.adjust_pixels) { in rfb_adjust_pixels()
600 if (rc->pixfmt.adjust_pixels) { in rfb_send_all()