Home
last modified time | relevance | path

Searched refs:AdjustSpline (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Examples/GUI/Python/
H A DImageTracerWidget.py33 def AdjustSpline(evt, obj): function
222 itw.AddObserver('EndInteractionEvent',AdjustSpline)
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Python/
H A DImageTracerWidget.py33 def AdjustSpline(evt, obj): function
222 itw.AddObserver('EndInteractionEvent',AdjustSpline)
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DImageTracerWidget.tcl156 itw AddObserver EndInteractionEvent AdjustSpline
230 proc AdjustSpline { } { procedure
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dtilepath.c621 static Spline *AdjustSpline(TD *td,Spline *old,SplinePoint *newfrom,SplinePoint *newto, in AdjustSpline() function
656 s = AdjustSpline(td,spline,lastsp,nextsp,order2); in AdjustSplineSet()