Home
last modified time | relevance | path

Searched refs:allowed_quad_scaling (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dr_defplot.c114 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_r_initialize()
H A Ds_defplot.c111 _plotter->data->allowed_quad_scaling = AS_ANY; in _pl_s_initialize()
H A Dt_defplot.c115 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_t_initialize()
H A Df_defplot.c113 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_f_initialize()
H A Db_defplot.c113 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_b_initialize()
H A Da_defplot.c114 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_a_initialize()
H A Dm_defplot.c108 _plotter->data->allowed_quad_scaling = AS_ANY; in _pl_m_initialize()
H A Dg_bez.c100 if (_plotter->data->allowed_quad_scaling == AS_ANY) in _API_fbezier2()
H A Dx_defplot.c116 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_x_initialize()
H A Dh_defplot.c190 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_h_initialize()
505 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_q_initialize()
H A Di_defplot.c113 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_i_initialize()
H A Dg_defplot.c218 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_g_initialize()
H A Dp_defplot.c149 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_p_initialize()
H A Dc_defplot.c142 _plotter->data->allowed_quad_scaling = AS_NONE; in _pl_c_initialize()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h727 plScalingType allowed_quad_scaling; /*scaling allowed for quadratic Beziers*/ member