Searched refs:fig_line_style (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/ |
H A D | gvrender_core_fig.c | 169 static void fig_line_style(obj_state_t *obj, int *line_style, double *style_val) in fig_line_style() function 313 fig_line_style(obj, &line_style, &style_val); in fig_ellipse() 367 fig_line_style(obj, &line_style, &style_val); in fig_bezier() 443 fig_line_style(obj, &line_style, &style_val); in fig_polygon() 474 fig_line_style(obj, &line_style, &style_val); in fig_polyline()
|
/dports/graphics/plotutils/plotutils-2.6/libplot/ |
H A D | f_path.c | 581 int fig_line_style; in _pl_f_compute_line_style() local 602 fig_line_style = FIG_L_DASHED; in _pl_f_compute_line_style() 622 fig_line_style = FIG_L_DOTTED; in _pl_f_compute_line_style() 650 fig_line_style = _pl_f_fig_line_style[_plotter->drawstate->line_type]; in _pl_f_compute_line_style() 655 switch (fig_line_style) in _pl_f_compute_line_style() 682 *style = fig_line_style; in _pl_f_compute_line_style()
|