HomeSort by relevance Sort by last modified time
    Searched refs:has_fg (Results 1 - 4 of 4) sorted by null

  /external/qemu/
vnchextile.h 14 int *has_bg, int *has_fg)
75 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) {
77 *has_fg = 1;
168 *has_fg = 0;
183 *has_fg = 0;
vnc.h 69 int *has_bg, int *has_fg);
vnc-android.c 530 int has_fg, has_bg; local
535 has_fg = has_bg = 0;
540 last_bg, last_fg, &has_bg, &has_fg);
    [all...]
vnc.c 524 int has_fg, has_bg; local
529 has_fg = has_bg = 0;
534 last_bg, last_fg, &has_bg, &has_fg);
    [all...]

Completed in 60 milliseconds