Home
last modified time | relevance | path

Searched refs:dash_array_in_effect (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dh_attribs.c75 && (_plotter->drawstate->dash_array_in_effect in _pl_h_set_attributes()
99 if (_plotter->drawstate->dash_array_in_effect) in _pl_h_set_attributes()
204 if (_plotter->drawstate->dash_array_in_effect) in _pl_h_set_attributes()
224 (_plotter->drawstate->dash_array_in_effect in _pl_h_set_attributes()
229 (_plotter->drawstate->dash_array_in_effect in _pl_h_set_attributes()
241 if (_plotter->drawstate->dash_array_in_effect in _pl_h_set_attributes()
258 else if (_plotter->drawstate->dash_array_in_effect in _pl_h_set_attributes()
H A Da_attribs.c99 if (_plotter->drawstate->dash_array_in_effect in _pl_a_set_attributes()
108 if (_plotter->drawstate->dash_array_in_effect) in _pl_a_set_attributes()
H A Dg_dash.c63 _plotter->drawstate->dash_array_in_effect = true; in _API_flinedash()
H A Dg_box.c81 (_plotter->drawstate->dash_array_in_effect == false in _API_fbox()
H A Dx_path.c146 && !_plotter->drawstate->dash_array_in_effect /* really solid */ in _pl_x_paint_path()
422 && _plotter->drawstate->dash_array_in_effect == false in _pl_x_paint_path()
483 && _plotter->drawstate->dash_array_in_effect == false in _pl_x_paint_path()
945 && !_plotter->drawstate->dash_array_in_effect /* really solid */ in _pl_x_path_is_flushable()
998 && !_plotter->drawstate->dash_array_in_effect /* really solid */ in _pl_x_maybe_prepaint_segments()
H A Ds_path.c664 if ((drawstate->dash_array_in_effect /* user-specified dash array */ in write_svg_path_style()
667 (drawstate->dash_array_in_effect == false in write_svg_path_style()
675 if (drawstate->dash_array_in_effect) in write_svg_path_style()
733 if (drawstate->dash_array_in_effect == false) in write_svg_path_style()
H A Dg_miscmi.c70 if (drawstate->dash_array_in_effect) in _set_common_mi_attributes()
H A Dg_attrib.c108 _plotter->drawstate->dash_array_in_effect = false; in _API_linemod()
H A Dx_attribs.c61 if (_plotter->drawstate->dash_array_in_effect) in _pl_x_set_attributes()
H A Dg_alab_her.c156 old_dash_array_in_effect = _plotter->drawstate->dash_array_in_effect; in _pl_g_alabel_hershey()
194 _plotter->drawstate->dash_array_in_effect = old_dash_array_in_effect; in _pl_g_alabel_hershey()
H A Df_path.c584 if (_plotter->drawstate->dash_array_in_effect in _pl_f_compute_line_style()
604 else if (_plotter->drawstate->dash_array_in_effect in _pl_f_compute_line_style()
H A Dc_attribs.c102 && _plotter->drawstate->dash_array_in_effect) in _pl_c_set_attributes()
H A Dm_attribs.c135 if (_plotter->drawstate->dash_array_in_effect) in _pl_m_set_attributes()
H A Dy_openpl.c737 && !_plotter->drawstate->dash_array_in_effect in _pl_y_maybe_handle_x_events()
H A Dp_path.c608 if (_plotter->drawstate->dash_array_in_effect) in _pl_p_emit_common_attributes()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h361 bool dash_array_in_effect; /* dash array should override line mode? */ member