Searched refs:spline (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A Doutput.h50 virtual void spline(const position &, const position *, int n,
H A Dcommon.h64 void spline(const position &, const position *, int n,
H A Dtex.cpp38 void spline(const position &, const position *, int n,
215 void tex_output::spline(const position &start, const position *v, int n, function in class:tex_output
H A Dtroff.cpp51 void spline(const position &, const position *, int n,
135 void simple_output::spline(const position &start, const position *v, int n, function in class:simple_output
H A Dobject.cpp1367 // shorten line length for spline to avoid arrow sticking
1380 sp = strt + base*0.1; // to reserve spline shape
1399 v[n-1] = en - base*0.1; // to reserve spline shape
1407 out->spline(sp, v, n, lt);

Completed in 99 milliseconds