Home
last modified time | relevance | path

Searched refs:x_gc_fgcolor_status (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_point.c54 || ! _plotter->drawstate->x_gc_fgcolor_status) in _pl_x_paint_point()
H A Dx_color.c38 && _plotter->drawstate->x_gc_fgcolor_status) in _pl_x_set_pen_color()
57 _plotter->drawstate->x_gc_fgcolor_status = true; in _pl_x_set_pen_color()
H A Dy_erase.c256 stateptr->x_gc_fgcolor_status = false; in _pl_y_erase_page()
H A Dx_erase.c257 stateptr->x_gc_fgcolor_status = false; in _pl_x_erase_page()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h439 bool x_gc_fgcolor_status; /* pixel value in drawing GC is genuine? */ member