Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h140 vnc_convert_pixel(vs, data + n_data, color); in CONCAT()
160 vnc_convert_pixel(vs, data + n_data, color); in CONCAT()
H A Dvnc.h602 void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v);
H A Dvnc.c877 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()