Home
last modified time | relevance | path

Searched refs:scroll_speed (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/games/opensonic/opensnc-src-0.1.4/themes/
H A Doceanf.bg10 scroll_speed -1.2 -1.05
35 scroll_speed -0.05 0
59 scroll_speed -0.10 0
82 scroll_speed -0.11 0
105 scroll_speed -0.12 0
128 scroll_speed -0.13 0
152 scroll_speed -0.14 0
175 scroll_speed -0.15 0
198 scroll_speed -0.16 0
221 scroll_speed -0.17 0
[all …]
H A Docean2b.bg10 scroll_speed -0.05 0
34 scroll_speed -0.10 0
57 scroll_speed -0.11 0
80 scroll_speed -0.12 0
103 scroll_speed -0.13 0
127 scroll_speed -0.14 0
150 scroll_speed -0.15 0
173 scroll_speed -0.16 0
196 scroll_speed -0.17 0
220 scroll_speed -0.18 0
[all …]
H A Doceanb.bg10 scroll_speed -0.05 0
34 scroll_speed -0.10 0
57 scroll_speed -0.11 0
80 scroll_speed -0.12 0
103 scroll_speed -0.13 0
127 scroll_speed -0.14 0
150 scroll_speed -0.15 0
173 scroll_speed -0.16 0
196 scroll_speed -0.17 0
220 scroll_speed -0.18 0
[all …]
H A Docean.bg10 scroll_speed -0.05 0
34 scroll_speed -0.10 0
57 scroll_speed -0.11 0
80 scroll_speed -0.12 0
103 scroll_speed -0.13 0
127 scroll_speed -0.14 0
150 scroll_speed -0.15 0
173 scroll_speed -0.16 0
196 scroll_speed -0.17 0
220 scroll_speed -0.18 0
[all …]
H A Docean2.bg10 scroll_speed -0.05 0
34 scroll_speed -0.10 0
57 scroll_speed -0.11 0
80 scroll_speed -0.12 0
103 scroll_speed -0.13 0
127 scroll_speed -0.14 0
150 scroll_speed -0.15 0
173 scroll_speed -0.16 0
196 scroll_speed -0.17 0
220 scroll_speed -0.18 0
[all …]
H A Disland2.bg10 scroll_speed -0.30 -0.04
33 scroll_speed -0.30 -0.04
59 scroll_speed -0.25 -0.04
85 scroll_speed -0.20 -0.04
110 scroll_speed -0.20 -0.04
135 scroll_speed -0.17 -0.04
161 scroll_speed -0.14 -0.04
186 scroll_speed -0.11 -0.04
211 scroll_speed -0.10 -0.04
H A Disland.bg10 scroll_speed -0.30 -0.04
33 scroll_speed -0.30 -0.04
59 scroll_speed -0.25 -0.04
85 scroll_speed -0.20 -0.04
110 scroll_speed -0.20 -0.04
135 scroll_speed -0.17 -0.04
161 scroll_speed -0.14 -0.04
186 scroll_speed -0.11 -0.04
211 scroll_speed -0.10 -0.04
H A Disland3.bg10 scroll_speed -0.30 -0.0
33 scroll_speed -0.30 -0.04
59 scroll_speed -0.25 -0.0
85 scroll_speed -0.20 -0.0
110 scroll_speed -0.20 -0.0
135 scroll_speed -0.17 -0.0
161 scroll_speed -0.14 -0.0
186 scroll_speed -0.11 -0.0
211 scroll_speed -0.10 -0.0
H A Ddesert1.bg7 scroll_speed -0.30 -0.04
33 scroll_speed -0.25 -0.04
59 scroll_speed -0.20 -0.04
84 scroll_speed -0.15 -0.04
109 scroll_speed -0.10 -0.04
135 scroll_speed -0.05 -0.04
160 scroll_speed -0.01 -0.04
185 scroll_speed -0.10 -0.04
H A Dprototype.bg10 scroll_speed -0.05 0
34 scroll_speed -0.10 0
58 scroll_speed -0.15 0
82 scroll_speed -0.20 0
106 scroll_speed -0.25 0
H A Dmenu.bg14 scroll_speed -0.05 0
38 scroll_speed -0.10 0
62 scroll_speed -0.15 0
86 scroll_speed -0.20 0
110 scroll_speed -0.25 0
/dports/misc/lazyread/lazyread-2.0/
H A Dlazyread.c365 if (scroll_speed) in do_options()
504 char_scroll(scroll_speed); in scroll_it()
517 napms(scroll_speed); in scroll_it()
528 void char_scroll(unsigned int scroll_speed) in char_scroll() argument
558 napms(scroll_speed); in char_scroll()
615 napms(scroll_speed); in highlight_word()
716 *scroll_speed = 1; in user_input()
728 *scroll_speed = origspeed; in user_input()
756 *scroll_speed -= ((*scroll_speed * 25) / 100); in user_input()
760 *scroll_speed += ((*scroll_speed * 25) / 100); in user_input()
[all …]
/dports/games/julius/julius-1.7.0/src/game/
H A Dsettings.c25 int scroll_speed; member
58 data.scroll_speed = 70; in load_default_settings()
80 data.scroll_speed = buffer_read_i32(buf); in load_settings()
151 buffer_write_i32(buf, data.scroll_speed); in settings_save()
276 return data.scroll_speed; in setting_scroll_speed()
281 data.scroll_speed = calc_bound(data.scroll_speed + 10, 0, 100); in setting_increase_scroll_speed()
286 data.scroll_speed = calc_bound(data.scroll_speed - 10, 0, 100); in setting_decrease_scroll_speed()
289 void setting_reset_speeds(int game_speed, int scroll_speed) in setting_reset_speeds() argument
292 data.scroll_speed = scroll_speed; in setting_reset_speeds()
/dports/games/augustus/augustus-3.1.0/src/game/
H A Dsettings.c25 int scroll_speed; member
58 data.scroll_speed = 70; in load_default_settings()
80 data.scroll_speed = buffer_read_i32(buf); in load_settings()
151 buffer_write_i32(buf, data.scroll_speed); in settings_save()
270 return data.scroll_speed; in setting_scroll_speed()
275 data.scroll_speed = calc_bound(data.scroll_speed + 10, 0, 100); in setting_increase_scroll_speed()
280 data.scroll_speed = calc_bound(data.scroll_speed - 10, 0, 100); in setting_decrease_scroll_speed()
283 void setting_reset_speeds(int game_speed, int scroll_speed) in setting_reset_speeds() argument
286 data.scroll_speed = scroll_speed; in setting_reset_speeds()
/dports/graphics/py-pyglet150/pyglet-1.5.0/examples/
H A Dcamera.py61 def __init__(self, scroll_speed=1, min_zoom=1, max_zoom=4): argument
63 self.scroll_speed = scroll_speed
93 self.offset_x += self.scroll_speed * axis_x
94 self.offset_y += self.scroll_speed * axis_y
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dcontroller_base.cpp275 int scroll_speed = preferences::scroll_speed(); in handle_scroll() local
289 dy -= scroll_up_ * scroll_speed; in handle_scroll()
290 dy += scroll_down_ * scroll_speed; in handle_scroll()
291 dx -= scroll_left_ * scroll_speed; in handle_scroll()
292 dx += scroll_right_ * scroll_speed; in handle_scroll()
297 dy -= scroll_speed; in handle_scroll()
301 dy += scroll_speed; in handle_scroll()
305 dx -= scroll_speed; in handle_scroll()
309 dx += scroll_speed; in handle_scroll()
344 dx += round_double(x_axis * scroll_speed); in handle_scroll()
[all …]
/dports/games/abuse_sdl/abuse-0.8/src/
H A Ddirector.cpp34 scroll_speed=60; in director()
166 if ((int)(cur_time.diff_time(text_time)*1000)>scroll_speed) in wait()
190 if (scroll_speed>=20) in wait()
191 scroll_speed-=20; in wait()
200 else if (scroll_speed<200) scroll_speed+=20; in wait()
/dports/graphics/py-pyglet/pyglet-1.5.21/examples/
H A Dcamera.py61 def __init__(self, scroll_speed=1, min_zoom=1, max_zoom=4): argument
63 self.scroll_speed = scroll_speed
93 self.offset_x += self.scroll_speed * axis_x
94 self.offset_y += self.scroll_speed * axis_y
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/conf_menus/
H A De_int_config_menus.c9 double scroll_speed, fast_mouse_move_threshhold; member
69 cfdata->scroll_speed = e_config->menus_scroll_speed; in _fill_data()
305 0, &(cfdata->scroll_speed), NULL, 100); in _basic_create()
334 if (EINA_DBL_EQ(cfdata->scroll_speed, 0.0)) e_config->menus_scroll_speed = 1.0; in _basic_apply()
335 else e_config->menus_scroll_speed = cfdata->scroll_speed; in _basic_apply()
367 double scroll_speed, move_threshold; in _basic_check_changed() local
369 if (EINA_DBL_EQ(cfdata->scroll_speed, 0.0)) in _basic_check_changed()
370 scroll_speed = 1.0; in _basic_check_changed()
372 scroll_speed = cfdata->scroll_speed; in _basic_check_changed()
388 (!EINA_DBL_EQ(e_config->menus_scroll_speed, scroll_speed)) || in _basic_check_changed()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-filters/
H A Dscroll-filter.c12 struct vec2 scroll_speed; member
81 filter->scroll_speed.x = in scroll_filter_update()
83 filter->scroll_speed.y = in scroll_filter_update()
99 if (filter->scroll_speed.x == 0.0f) in scroll_filter_update()
101 if (filter->scroll_speed.y == 0.0f) in scroll_filter_update()
168 filter->offset.x += filter->size_i.x * filter->scroll_speed.x * seconds; in scroll_filter_tick()
169 filter->offset.y += filter->size_i.y * filter->scroll_speed.y * seconds; in scroll_filter_tick()
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dsupervisor_guards_level.cc222 scroll_speed = 1; in main_loop()
237 tiles_map->scroll (scroll_speed); in main_loop()
274 tiles_map->scroll (scroll_speed); in main_loop()
378 scroll_speed = 0; in init_level()
390 scroll_speed = 0; in run_scroll()
395 scroll_speed = guards->get_scrolling_speed (scroll_type, scroll_speed, ball, bullet); in run_scroll()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/control/
H A Dlevel_controller_neverending_vertical.cfg12 scroll_speed: 0,
40 add(vars.scroll_amount, vars.scroll_speed)),
42 add(vars.scroll_amount, vars.scroll_speed),
58 …d_incr and (vars.scroll_speed < vars.scroll_speed_cap) and ((level.player.difficulty%vars.scroll_s…
84 name: "scroll_speed",
H A Dlevel_controller_neverending.cfg18 scroll_speed: 0,
37 add(vars.scroll_amount, vars.scroll_speed)),
50 …d_incr and (vars.scroll_speed < vars.scroll_speed_cap) and ((level.player.difficulty%vars.scroll_s…
76 name: "scroll_speed",
/dports/graphics/xpx/xpx/
H A Dmain.c342 img_scroll(0, scroll_speed);
349 img_scroll(0, -scroll_speed);
356 img_scroll(scroll_speed, 0);
363 img_scroll(-scroll_speed, 0);
369 img_scroll(-scroll_speed, scroll_speed);
372 img_scroll(scroll_speed, scroll_speed);
375 img_scroll(-scroll_speed, -scroll_speed);
378 img_scroll(scroll_speed, -scroll_speed);
603 OPTTBL("-scrollspeed",OPT_GET_INT, &scroll_speed, 0),
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/winlist/
H A De_int_config_winlist.c27 double scroll_speed; member
84 cfdata->scroll_speed = e_config->winlist_scroll_speed; in _fill_data()
129 DO(scroll_speed, scroll_speed); in _basic_apply()
165 DO_DBL(scroll_speed, scroll_speed); in _basic_check_changed()
243 &(cfdata->scroll_speed), NULL, 100); in _basic_create()

123456789