Searched refs:x_gc_dash_list (Results 1 – 4 of 4) sorted by relevance
92 _plotter->drawstate->previous->x_gc_dash_list, in _pl_x_push_state()101 _plotter->drawstate->previous->x_gc_dash_list[i]; in _pl_x_push_state()102 _plotter->drawstate->x_gc_dash_list = dash_list; in _pl_x_push_state()112 _plotter->drawstate->x_gc_dash_list = (char *)NULL; in _pl_x_push_state()142 && _plotter->drawstate->x_gc_dash_list != (char *)NULL) in _pl_x_pop_state()143 free ((char *)_plotter->drawstate->x_gc_dash_list); in _pl_x_pop_state()
171 if ((unsigned char)_plotter->drawstate->x_gc_dash_list[i] != dash_list[i]) in _pl_x_set_attributes()190 free ((char *)_plotter->drawstate->x_gc_dash_list); in _pl_x_set_attributes()192 _plotter->drawstate->x_gc_dash_list = (char *)dash_list; in _pl_x_set_attributes()
245 _plotter->drawstate->x_gc_dash_list = (char *)NULL; in _pl_x_add_gcs_to_first_drawing_state()
446 const char *x_gc_dash_list; /* dash list stored in drawing GC */ member