Home
last modified time | relevance | path

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

/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dlpe-framework.cpp39 #define LPE_CONVERSION_TOLERANCE 0.01 macro
49 PathVector A = Geom::path_from_piecewise( pwd2, LPE_CONVERSION_TOLERANCE); in draw()
91 Geom::PathVector path = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
104 path_out = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dlpe-framework.cpp39 #define LPE_CONVERSION_TOLERANCE 0.01 macro
49 PathVector A = Geom::path_from_piecewise( pwd2, LPE_CONVERSION_TOLERANCE); in draw()
91 Geom::PathVector path = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
104 path_out = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-embrodery-stitch.cpp360 Geom::Path path = path_from_sbasis(sbasis , LPE_CONVERSION_TOLERANCE, false); in doEffect_path()
364 PathVector pathv = path_from_piecewise(pwStitch, LPE_CONVERSION_TOLERANCE); in doEffect_path()
H A Dlpe-angle_bisector.cpp76 return path_from_piecewise(output, LPE_CONVERSION_TOLERANCE); in doEffect_path()
H A Dlpe-interpolate.cpp100 Geom::PathVector pathv = Geom::path_from_piecewise(pResult, LPE_CONVERSION_TOLERANCE); in doEffect_path()
H A Dlpe-taperstroke.cpp286 throwaway_path = Geom::path_from_piecewise(pwd2, LPE_CONVERSION_TOLERANCE)[0]; in doEffect_path()
328 throwaway_path = Geom::path_from_piecewise(pwd2, LPE_CONVERSION_TOLERANCE)[0]; in doEffect_path()
H A Deffect.h21 #define LPE_CONVERSION_TOLERANCE 0.01 // FIXME: find good solution for this. macro
H A Dlpe-curvestitch.cpp126 … Geom::PathVector result = Geom::path_from_piecewise(pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
H A Deffect.cpp1420 Geom::PathVector path = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
1433 path_out = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE); in doEffect_path()
H A Dlpe-powerstroke.cpp686 …from_piecewise_fix_cusps( pwd2_out, y, jointype, miter_limit, LPE_CONVERSION_TOLERANCE); in doEffect_path()
687 …from_piecewise_fix_cusps( mirrorpath, reverse(y), jointype, miter_limit, LPE_CONVERSION_TOLERANCE); in doEffect_path()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Dpath.cpp332 _pathvector = Geom::path_from_piecewise(newpath, LPE_CONVERSION_TOLERANCE); in set_new_value()