Lines Matching refs:fg_bg
1614 CellColor fg_bg = initCColor;
1623 fg_bg = 0;
1780 fg_bg = ColorOf(col);
1781 fg = extract_fg(xw, fg_bg, flags);
1782 bg = extract_bg(xw, fg_bg, flags);
1787 gc = updatedXtermGC(xw, flags, fg_bg, hilite);
1867 fg_bg = ColorOf(col);
1868 fg = extract_fg(xw, fg_bg, flags);
1869 bg = extract_bg(xw, fg_bg, flags);
1878 gc = updatedXtermGC(xw, flags, fg_bg, hilite);
3079 CellColor fg_bg = ld->color[col];
3080 int fg = (int) extract_fg(xw, fg_bg, flags);
3081 int bg = (int) extract_bg(xw, fg_bg, flags);