Searched refs:has_bg (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | vnchextile.h | 14 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()
|
D | vnc.h | 69 int *has_bg, int *has_fg);
|
D | vnc.c | 524 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()
|
D | vnc-android.c | 530 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()
|