Searched refs:last_fg (Results 1 – 3 of 3) sorted by relevance
51 uint8_t *last_fg, *last_bg; in vnc_hextile_send_framebuffer_update() local53 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()
23 pixel_t *last_fg = (pixel_t *)last_fg_; in CONCAT() local81 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()
75 void *last_fg,