Searched refs:last_fg (Results 1 – 5 of 5) 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-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()
|
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()
|
/external/harfbuzz_ng/util/ |
D | ansi-print.cc | 378 unsigned int last_bg = -1, last_fg = -1; in ansi_print_image_rgb24() local 395 if (last_bg != bi.fg || last_fg != bi.bg) { in ansi_print_image_rgb24() 398 last_fg = bi.bg; in ansi_print_image_rgb24() 401 if (last_bg != bi.bg || last_fg != bi.fg) { in ansi_print_image_rgb24() 404 last_fg = bi.fg; in ansi_print_image_rgb24() 411 last_bg = last_fg = -1; in ansi_print_image_rgb24()
|