Searched refs:dash_array_in_effect (Results 1 – 16 of 16) sorted by relevance
75 && (_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()
99 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()
63 _plotter->drawstate->dash_array_in_effect = true; in _API_flinedash()
81 (_plotter->drawstate->dash_array_in_effect == false in _API_fbox()
146 && !_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()
664 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()
70 if (drawstate->dash_array_in_effect) in _set_common_mi_attributes()
108 _plotter->drawstate->dash_array_in_effect = false; in _API_linemod()
61 if (_plotter->drawstate->dash_array_in_effect) in _pl_x_set_attributes()
156 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()
584 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()
102 && _plotter->drawstate->dash_array_in_effect) in _pl_c_set_attributes()
135 if (_plotter->drawstate->dash_array_in_effect) in _pl_m_set_attributes()
737 && !_plotter->drawstate->dash_array_in_effect in _pl_y_maybe_handle_x_events()
608 if (_plotter->drawstate->dash_array_in_effect) in _pl_p_emit_common_attributes()
361 bool dash_array_in_effect; /* dash array should override line mode? */ member