Home
last modified time | relevance | path

Searched refs:width_weight_factor (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dpamtosvg.c119 float width_weight_factor; member
181 &cmdlineP->width_weight_factor, NULL, 0); in parseCommandLine()
198 cmdlineP->width_weight_factor = 6.0; in parseCommandLine()
247 fittingOptsP->width_weight_factor = cmdline.width_weight_factor; in fitSplines()
H A Dautotrace.h98 float width_weight_factor; member
120 float width_weight_factor; member
H A Dfit.c1010 coordP->z = width * (fittingOptsP->width_weight_factor); in computePointWeights()
2046 splineListArray.width_weight_factor = fittingOptsP->width_weight_factor; in fitCurvesToSplines()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dautotrace.h105 gfloat width_weight_factor; member
204 gfloat width_weight_factor; member
H A Dfit.c108 fitting_opts.width_weight_factor = 6.0; in new_fitting_opts()
128 char_splines.width_weight_factor = fitting_opts->width_weight_factor; in fitted_splines()
230 coord->z = width * (fitting_opts->width_weight_factor); in fit_curve_list()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dautotrace.h111 at_real width_weight_factor; member
202 at_real width_weight_factor; member
H A Dfit.c127 fitting_opts.width_weight_factor = 6.0; in new_fitting_opts()
155 char_splines.width_weight_factor = fitting_opts->width_weight_factor; in fitted_splines()
272 coord->z = width * (fitting_opts->width_weight_factor); in fit_curve_list()
H A Doutput-er.c137 at_real w = (at_real) 1.0 / (shape.width_weight_factor); in out_splines()
H A DNEWS7 field(width_weight_factor)(Masatake). This means
H A Dmain.c408 fitting_opts->width_weight_factor = (at_real) atof (optarg); in read_command_line()
H A DChangeLog78 * *: width_factor, weight_factor -> width_weight_factor.