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

  /external/qemu/ui/
vnchextile.h 19 pixel_t *last_bg = (pixel_t *)last_bg_; local
69 if (!*has_bg || *last_bg != bg) {
72 *last_bg = bg;
116 if (!*has_bg || *last_bg != bg)
191 vs->write_pixels(vs, last_bg, sizeof(pixel_t));
vnc-android.c 533 uint8_t *last_fg, *last_bg; local
536 last_bg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
542 last_bg, last_fg, &has_bg, &has_fg);
546 free(last_bg);
    [all...]
vnc.c 525 uint8_t *last_fg, *last_bg; local
528 last_bg = (uint8_t *) g_malloc(vs->server.ds->pf.bytes_per_pixel);
534 last_bg, last_fg, &has_bg, &has_fg);
538 free(last_bg);
    [all...]

Completed in 288 milliseconds