Searched refs:vnc_convert_pixel (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-enc-hextile-template.h | 140 vnc_convert_pixel(vs, data + n_data, color); in CONCAT() 160 vnc_convert_pixel(vs, data + n_data, color); in CONCAT()
|
H A D | vnc.h | 602 void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v);
|
H A D | vnc.c | 877 void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v) in vnc_convert_pixel() function 931 vnc_convert_pixel(vs, buf, pixels[i]); in vnc_write_pixels_generic()
|