Searched refs:last_fg (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | vnchextile.h | 20 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()
|
D | vnc.h | 68 void *last_fg,
|
D | vnc.c | 525 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()
|
D | vnc-android.c | 531 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()
|