Home
last modified time | relevance | path

Searched defs:beam_count (Results 1 – 8 of 8) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dstem-tremolo.cc196 int beam_count = Stem::beam_multiplicity (stem).length () + 1; in pure_height() local
315 int beam_count = beam ? (Stem::beam_multiplicity (stem).length () + 1) : 0; in y_offset() local
H A Dbeam.cc134 int beam_count = get_beam_count (me); in get_beam_translation() local
944 int beam_count = Beam::get_beam_count (me); in consider_auto_knees() local
983 int beam_count = get_beam_count (me); in calc_stem_shorten() local
1297 int beam_count in rest_collision_callback() local
H A Dstem.cc69 Stem::set_beaming (Grob *me, int beam_count, Direction d) in set_beaming()
158 int beam_count = beam_multiplicity (me).length () + 1; in set_stem_positions() local
1006 int beam_count = Beam::get_direction_beam_count (beam, my_dir); in calc_stem_info() local
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dstem-tremolo.cc197 int beam_count = Stem::beam_multiplicity (stem).length () + 1; in pure_height() local
316 int beam_count = beam ? (Stem::beam_multiplicity (stem).length () + 1) : 0; in y_offset() local
H A Dbeam.cc136 int beam_count = get_beam_count (me); in get_beam_translation() local
948 int beam_count = Beam::get_beam_count (me); in consider_auto_knees() local
987 int beam_count = get_beam_count (me); in calc_stem_shorten() local
1297 int beam_count in rest_collision_callback() local
H A Dstem.cc67 Stem::set_beaming (Grob *me, int beam_count, Direction d) in set_beaming()
156 int beam_count = beam_multiplicity (me).length () + 1; in set_stem_positions() local
1011 int beam_count = Beam::get_direction_beam_count (beam, my_dir); in calc_stem_info() local
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/fow/
H A DC4FoWLightSection.cpp839 int32_t beam_count = 0; in CompileFunc() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtarget.cc1478 targeter_shotgun::targeter_shotgun(const actor* act, size_t beam_count, in targeter_shotgun()