Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimpeople.cc63 animation_steps = 0; in pedestrian_t()
113 animation_steps = 0; in pedestrian_t()
140 …uint16 frame = ((animation_steps + steps) / desc->get_steps_per_frame()) % desc->get_animation_cou… in get_image()
342 animation_steps = (animation_steps + steps_next + 1) % steps_per_animation; in hop()
345 animation_steps = 0; in hop()
H A Dsimpeople.h21 uint16 animation_steps; variable
/dports/devel/caf/actor-framework-0.18.5/examples/message_passing/
H A Ddancing_kirby.cpp34 constexpr animation_step animation_steps[] = { variable
73 draw_kirby(animation_steps[step]); in dancing_kirby()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c153 int animation_steps; /* how many steps left */ member
2106 if (aswf->animation_steps <= 1) in animate_wharf()
2111 aswf->animation_steps; in animate_wharf()
2116 if (aswf->animation_steps <= 1) in animate_wharf()
2120 (new_width * (aswf->animation_steps - 1)) / in animate_wharf()
2121 aswf->animation_steps; in animate_wharf()
2130 if (aswf->animation_steps <= 1) in animate_wharf()
2142 if (aswf->animation_steps <= 1) in animate_wharf()
2155 --(aswf->animation_steps); in animate_wharf()
2229 if (aswf->animation_steps > 0) { in display_wharf_folder()
[all …]
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dprefops.c91 ret->animation_steps = 10; in initprefs()
349 READINTXMLENTRY (animation_steps) in parseConfig()
454 GETINTPREF (animation_steps) in get_int_pref()
765 WRITEINTXMLENTRY (animation_steps) in writeXMLPrefs()
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dprefdialog.c126 GtkWidget *animation_steps; member
264 ASSIGNINT (animation_steps) in set_preferences()
607 INTENTRY_LIMITS (_("Page Turn Steps"), animation_steps, 1, 200); in preferences_change()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h528 gint animation_steps;/** < number of steps to use animating the page turns during playback */ member
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1337 #define MAX_FLIP_STAGES (Denemo.prefs.animation_steps>0?Denemo.prefs.animation_steps:1)