Searched refs:rc_custom_pixfmt (Results 1 – 2 of 2) sorted by relevance
542 c->rc_custom_pixfmt = true; in rfb_recv_set_pixel_format()545 c->rc_custom_pixfmt = false; in rfb_recv_set_pixel_format()852 if (c->rc_custom_pixfmt) { in rfb_send_rect()935 if (c->rc_custom_pixfmt) { in rfb_send_all()1029 if (c->rc_custom_pixfmt && (c->rc_gci.data == NULL || in rfb_send_screen()1040 } else if (!c->rc_custom_pixfmt && c->rc_gci.data != NULL) { in rfb_send_screen()
248 bool rc_custom_pixfmt; member