Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Di_color.c48 if (!(_plotter->drawstate->i_pen_color_status in _pl_i_set_pen_color()
65 _plotter->drawstate->i_pen_color_status = true; in _pl_i_set_pen_color()
H A Di_openpl.c79 _plotter->drawstate->i_pen_color_status = false; in _pl_i_new_image()
H A Di_closepl.c433 _plotter->drawstate->i_pen_color_status = false; in _pl_i_delete_image()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h421 bool i_pen_color_status; /* foreground color index is genuine? */ member