Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dx_openpl.c215 gcv_fg.cap_style = _default_drawstate.x_gc_cap_style; in _pl_x_add_gcs_to_first_drawing_state()
244 _plotter->drawstate->x_gc_cap_style = gcv_fg.cap_style; in _pl_x_add_gcs_to_first_drawing_state()
H A Dx_attribs.c229 if (_plotter->drawstate->x_gc_cap_style != gcv.cap_style) in _pl_x_set_attributes()
235 _plotter->drawstate->x_gc_cap_style = gcv.cap_style; in _pl_x_set_attributes()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h443 int x_gc_cap_style; /* cap style stored in drawing GC */ member