Home
last modified time | relevance | path

Searched refs:calc_slope (Results 1 – 8 of 8) sorted by relevance

/dports/audio/din/din-52/src/
H A Dcurve.cc120 calc_slope (p, q); in eval()
174 for (int i = 0, last = npts - 1; i < last; ++i) calc_slope (dpts[i], dpts[i+1]); in normalise_length()
177 void curve::calc_slope (crvpt& p, crvpt& q) { in calc_slope() function in curve
H A Dcurve.h102 void calc_slope (crvpt& p, crvpt& q);
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dstem-tremolo.hh31 DECLARE_SCHEME_CALLBACK (calc_slope, (SCM));
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dstem-tremolo.hh31 DECLARE_SCHEME_CALLBACK (calc_slope, (SCM));
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dstem-tremolo.cc46 MAKE_SCHEME_CALLBACK (Stem_tremolo, calc_slope, 1)
48 Stem_tremolo::calc_slope (SCM smob) in calc_slope() function in Stem_tremolo
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dstem-tremolo.cc47 MAKE_SCHEME_CALLBACK (Stem_tremolo, calc_slope, 1)
49 Stem_tremolo::calc_slope (SCM smob) in calc_slope() function in Stem_tremolo
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-2.106372 (calc_slope): new function.
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-2.106372 (calc_slope): new function.