Home
last modified time | relevance | path

Searched refs:has_bg (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dvnchextile.h14 int *has_bg, int *has_fg) in CONCAT()
69 if (!*has_bg || *last_bg != bg) { in CONCAT()
71 *has_bg = 1; in CONCAT()
116 if (!*has_bg || *last_bg != bg) in CONCAT()
172 *has_bg = 0; in CONCAT()
184 *has_bg = 0; in CONCAT()
Dvnc.h69 int *has_bg, int *has_fg);
Dvnc.c524 int has_fg, has_bg; in send_framebuffer_update_hextile() local
529 has_fg = has_bg = 0; in send_framebuffer_update_hextile()
534 last_bg, last_fg, &has_bg, &has_fg); in send_framebuffer_update_hextile()
Dvnc-android.c530 int has_fg, has_bg; in send_framebuffer_update_hextile() local
535 has_fg = has_bg = 0; in send_framebuffer_update_hextile()
540 last_bg, last_fg, &has_bg, &has_fg); in send_framebuffer_update_hextile()