Searched refs:fg_bg (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | screen.c | 1614 CellColor fg_bg = initCColor; local in function:ScrnRefresh 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, hilit 3079 CellColor fg_bg = ld->color[col]; local in function:xtermCheckRect [all...] |
| H A D | util.c | 1107 CellColor fg_bg = xtermColorPair(xw); local in function:WriteText 1132 GetCellColorFG(fg_bg) > COLOR_7 && 1133 GetCellColorFG(fg_bg) < MIN_ANSI_COLORS && 1135 GetCellColorFG(fg_bg) == GetCellColorBG(fg_bg)) 1182 currentGC = updatedXtermGC(xw, attr_flags, fg_bg, False); 1201 ScrnWriteText(xw, offset, length, attr_flags, fg_bg); 4991 updatedXtermGC(XtermWidget xw, unsigned attr_flags, CellColor fg_bg, argument 4997 Pixel my_fg = extract_fg(xw, fg_bg, attr_flags); 4998 Pixel my_bg = extract_bg(xw, fg_bg, attr_flag [all...] |
| H A D | charproc.c | 13151 CellColor fg_bg = initCColor; local in function:ShowCursor 13253 (void) fg_bg; 13255 fg_bg = ld->color[cursor_col]; 13258 fg_pix = getXtermFG(xw, flags, (int) extract_fg(xw, fg_bg, flags)); 13259 bg_pix = getXtermBG(xw, flags, (int) extract_bg(xw, fg_bg, flags)); 13550 CellColor fg_bg = initCColor; local in function:HideCursor 13626 fg_bg = ld->color[cursor_col]; 13659 currentGC = updatedXtermGC(xw, flags, fg_bg, in_selection);
|
Completed in 22 milliseconds