HomeSort by relevance Sort by last modified time
    Searched defs:last_fg (Results 1 - 3 of 3) sorted by null

  /external/qemu/ui/
vnchextile.h 20 pixel_t *last_fg = (pixel_t *)last_fg_; local
75 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) {
78 *last_fg = fg;
193 vs->write_pixels(vs, last_fg, sizeof(pixel_t));
vnc-android.c 533 uint8_t *last_fg, *last_bg; local
535 last_fg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
542 last_bg, last_fg, &has_bg, &has_fg);
545 free(last_fg);
    [all...]
vnc.c 525 uint8_t *last_fg, *last_bg; local
527 last_fg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
534 last_bg, last_fg, &has_bg, &has_fg);
537 free(last_fg);
    [all...]

Completed in 218 milliseconds