Home
last modified time | relevance | path

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

/external/qemu/
Dvnchextile.h20 pixel_t *last_fg = (pixel_t *)last_fg_; in CONCAT() local
75 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) { in CONCAT()
78 *last_fg = fg; in CONCAT()
193 vs->write_pixels(vs, last_fg, sizeof(pixel_t)); in CONCAT()
Dvnc.h68 void *last_fg,
Dvnc.c525 uint8_t *last_fg, *last_bg; in send_framebuffer_update_hextile() local
527 last_fg = (uint8_t *) qemu_malloc(vs->server.ds->pf.bytes_per_pixel); in send_framebuffer_update_hextile()
534 last_bg, last_fg, &has_bg, &has_fg); in send_framebuffer_update_hextile()
537 free(last_fg); in send_framebuffer_update_hextile()
Dvnc-android.c531 uint8_t *last_fg, *last_bg; in send_framebuffer_update_hextile() local
533 last_fg = (uint8_t *) qemu_malloc(vs->server.ds->pf.bytes_per_pixel); in send_framebuffer_update_hextile()
540 last_bg, last_fg, &has_bg, &has_fg); in send_framebuffer_update_hextile()
543 free(last_fg); in send_framebuffer_update_hextile()