Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-enc-hextile.c51 uint8_t *last_fg, *last_bg; in vnc_hextile_send_framebuffer_update() local
53 last_fg = g_malloc(VNC_SERVER_FB_BYTES); in vnc_hextile_send_framebuffer_update()
60 last_bg, last_fg, &has_bg, &has_fg); in vnc_hextile_send_framebuffer_update()
63 g_free(last_fg); in vnc_hextile_send_framebuffer_update()
H A Dvnc-enc-hextile-template.h23 pixel_t *last_fg = (pixel_t *)last_fg_; in CONCAT() local
81 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) { in CONCAT()
84 *last_fg = fg; in CONCAT()
200 vs->write_pixels(vs, last_fg, sizeof(pixel_t)); in CONCAT()
H A Dvnc.h75 void *last_fg,