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

  /external/qemu/
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 531 uint8_t *last_fg, *last_bg; local
533 last_fg = (uint8_t *) qemu_malloc(vs->server.ds->pf.bytes_per_pixel);
540 last_bg, last_fg, &has_bg, &has_fg);
543 free(last_fg);
    [all...]
vnc.c 525 uint8_t *last_fg, *last_bg; local
527 last_fg = (uint8_t *) qemu_malloc(vs->server.ds->pf.bytes_per_pixel);
534 last_bg, last_fg, &has_bg, &has_fg);
537 free(last_fg);
    [all...]

Completed in 639 milliseconds