Home
last modified time | relevance | path

Searched refs:last_bg (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dvnchextile.h19 pixel_t *last_bg = (pixel_t *)last_bg_; in CONCAT() local
69 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()
Dvnc.c74 void *last_bg,
464 uint8_t *last_fg, *last_bg; in send_framebuffer_update_hextile() local
469 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()