Searched refs:last_bg (Results 1 – 2 of 2) sorted by relevance
19 pixel_t *last_bg = (pixel_t *)last_bg_; in CONCAT() local69 if (!*has_bg || *last_bg != bg) { in CONCAT()72 *last_bg = bg; in CONCAT()116 if (!*has_bg || *last_bg != bg) in CONCAT()191 vs->write_pixels(vs, last_bg, sizeof(pixel_t)); in CONCAT()
74 void *last_bg,464 uint8_t *last_fg, *last_bg; in send_framebuffer_update_hextile() local469 last_bg = (uint8_t *) malloc(vs->depth); in send_framebuffer_update_hextile()475 last_bg, last_fg, &has_bg, &has_fg); in send_framebuffer_update_hextile()479 free(last_bg); in send_framebuffer_update_hextile()