Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dy_erase.c165 XtSetArg (wargs[0], XmNbackground, _plotter->drawstate->x_gc_bgcolor); in _pl_y_erase_page()
167 XtSetArg (wargs[0], XtNbackground, _plotter->drawstate->x_gc_bgcolor); in _pl_y_erase_page()
H A Dx_erase.c166 XtSetArg (wargs[0], XmNbackground, _plotter->drawstate->x_gc_bgcolor); in _pl_x_erase_page()
168 XtSetArg (wargs[0], XtNbackground, _plotter->drawstate->x_gc_bgcolor); in _pl_x_erase_page()
H A Dx_color.c132 _plotter->drawstate->x_gc_bgcolor = rgb.pixel; in _pl_x_set_bg_color()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h438 unsigned long x_gc_bgcolor; /* color stored in erasing GC (pixel value) */ member