Searched refs:x_current_bgcolor (Results 1 – 3 of 3) sorted by relevance
72 int x_current_bgcolor=0; variable242 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()
114 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()
435 plColor x_current_bgcolor; /* bg color stored in GC (48-bit RGB) */ member