Home
last modified time | relevance | path

Searched refs:x_current_bgcolor (Results 1 – 3 of 3) sorted by relevance

/dports/games/0verkill/0verkill-0.16/
H A Dxinterface.c72 int x_current_bgcolor=0; variable
242 x_current_bgcolor=(b&7); in c_setcolor_bg()
249 x_current_bgcolor=a&7; in c_setbgcolor()
257 x_current_bgcolor=b&7; in c_sethlt_bg()
272 x_current_bgcolor=b&7; in c_setcolor_3b_bg()
289 XSetBackground(display,gc,(x_color[x_current_bgcolor]).pixel); in c_print()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_color.c114 old = _plotter->drawstate->x_current_bgcolor; /* i.e. as stored in gc */ in _pl_x_set_bg_color()
138 _plotter->drawstate->x_current_bgcolor = new1; in _pl_x_set_bg_color()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h435 plColor x_current_bgcolor; /* bg color stored in GC (48-bit RGB) */ member