Searched refs:x_gc_cap_style (Results 1 – 3 of 3) sorted by relevance
215 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()
229 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()
443 int x_gc_cap_style; /* cap style stored in drawing GC */ member