Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dimage.h157 # define rend_getbg(mc) (((mc)->color & 0xf0) >> 4 | ((mc)->attr & A_BBG ? 0x100 : 0) | ((mc)->co… macro
163 # define rend_getbg(mc) (((mc)->color & 0xf0) >> 4 | ((mc)->attr & A_BBG ? 0x100 : 0)) macro
172 # define rend_getbg(mc) (((mc)->color & 0xf0) >> 4) macro
H A Ddisplay.c1748 ob = rend_getbg(&D_rend);
1915 SetColor(rend_getfg(mc), rend_getbg(mc));
1970 SetColor(rend_getfg(&mc), rend_getbg(&mc));
2804 bce = rend_getbg(c);
H A Dansi.c174 # define CURR_BCE (curr->w_bce ? rend_getbg(&curr->w_rend) : 0)
2778 bce = rend_getbg(c);
H A Dlayer.c670 bce = rend_getbg(c); in LWrapChar()