Searched refs:last_bg (Results 1 – 4 of 4) sorted by relevance
51 uint8_t *last_fg, *last_bg; in vnc_hextile_send_framebuffer_update() local54 last_bg = 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()64 g_free(last_bg); in vnc_hextile_send_framebuffer_update()
22 pixel_t *last_bg = (pixel_t *)last_bg_; in CONCAT() local75 if (!*has_bg || *last_bg != bg) { in CONCAT()78 *last_bg = bg; in CONCAT()122 if (!*has_bg || *last_bg != bg) in CONCAT()198 vs->write_pixels(vs, last_bg, sizeof(pixel_t)); in CONCAT()
74 void *last_bg,
170 if [ "$last_bg" == "$bg" ]; then173 last_bg=$bg