Home
last modified time | relevance | path

Searched refs:tangent_surround (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dpamtosvg.c117 unsigned int tangent_surround; member
177 &cmdlineP->tangent_surround, NULL, 0); in parseCommandLine()
197 cmdlineP->tangent_surround = 3; in parseCommandLine()
244 fittingOptsP->tangent_surround = cmdline.tangent_surround; in fitSplines()
H A Dautotrace.h117 unsigned tangent_surround; member
H A Dfit.c1654 fittingOptsP->tangent_surround, joinSlopeP); in subdivideCurve()
1921 fittingOptsP->tangent_surround, in fitCurves()
1925 fittingOptsP->tangent_surround, &endSlope); in fitCurves()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dtypes.h116 unsigned int tangent_surround;
142 double tangent_surround; member
H A Dfit.h46 extern unsigned tangent_surround;
H A Dfit.c135 unsigned tangent_surround = 3; variable
241 tangent_surround = selVals->tangent_surround; in fit_set_params()
266 selVals->tangent_surround = tangent_surround; in fit_set_default_params()
1680 for (p = 1; p <= tangent_surround; p++) in find_half_tangent()
H A Dselection-to-path-dialog.c390 sels->tangent_surround, in dialog_create_selection_area()
398 &sels->tangent_surround); in dialog_create_selection_area()
H A Dselection-to-path.c234 selVals.tangent_surround = param[22].data.d_int8; in run()
288 printf ("selVals.tangent_surround %g\n", selVals.tangent_surround); in dialog_print_selVals()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dfit.c122 fitting_opts.tangent_surround = 3; in new_fitting_opts()
1034 fitting_opts->tangent_surround); in fit_with_least_squares()
1036 fitting_opts->tangent_surround); in fit_with_least_squares()
1140 /* cross_curve: */ true, fitting_opts->tangent_surround); in fit_with_least_squares()
1342 unsigned tangent_surround) in find_tangent() argument
1357 tangent_surround); in find_tangent()
1366 tangent_surround); in find_tangent()
1372 tangent_surround--; in find_tangent()
1396 unsigned tangent_surround) in find_half_tangent() argument
1405 if ((surround = CURVE_LENGTH (c) / 2) > tangent_surround) in find_half_tangent()
[all …]
H A Dautotrace.h181 unsigned tangent_surround; member
H A Dmain.c402 fitting_opts->tangent_surround = atou (optarg); in read_command_line()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dfit.c102 fitting_opts.tangent_surround = 3; in new_fitting_opts()
902 fitting_opts->tangent_surround); in fit_with_least_squares()
904 fitting_opts->tangent_surround); in fit_with_least_squares()
996 /* cross_curve: */ TRUE, fitting_opts->tangent_surround); in fit_with_least_squares()
1173 …tangent(curve_type curve, gboolean to_start_point, gboolean cross_curve, unsigned tangent_surround) in find_tangent() argument
1185 tangent = find_half_tangent(curve, to_start_point, &n_points, tangent_surround); in find_tangent()
1191tangent_surround); in find_tangent()
1196 tangent_surround--; in find_tangent()
1217 …_half_tangent(curve_type c, gboolean to_start_point, unsigned *n_points, unsigned tangent_surround) in find_half_tangent() argument
1226 if ((surround = CURVE_LENGTH(c) / 2) > tangent_surround) in find_half_tangent()
[all …]
H A Dautotrace.h179 unsigned tangent_surround; member