Home
last modified time | relevance | path

Searched refs:background_idx (Results 1 – 6 of 6) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/starfield/
H A Dstarfield.cpp130 void stars_preload_background(int background_idx);
1855 int background_idx = atoi(token); in stars_preload_background() local
1858 background_idx--; in stars_preload_background()
1861 Preload_background_indexes.push_back(background_idx); in stars_preload_background()
1864 void stars_preload_background(int background_idx) in stars_preload_background() argument
1867 if (background_idx < 0 || background_idx >= (int)Backgrounds.size()) in stars_preload_background()
1871 for (auto &bgsun : Backgrounds[background_idx].suns) in stars_preload_background()
1873 for (auto &bitmap : Backgrounds[background_idx].bitmaps) in stars_preload_background()
2658 stars_load_background(background_idx); in stars_load_first_valid_background()
2709 void stars_load_background(int background_idx) in stars_load_background() argument
[all …]
H A Dstarfield.h150 void stars_load_background(int background_idx);
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/starfield/
H A Dstarfield.h146 void stars_load_background(int background_idx);
H A Dstarfield.cpp2594 int background_idx = stars_get_first_valid_background(); in stars_load_first_valid_background() local
2597 if (background_idx < 0 && !Fred_running) in stars_load_first_valid_background()
2617 stars_load_background(background_idx); in stars_load_first_valid_background()
2657 void stars_load_background(int background_idx) in stars_load_background() argument
2662 Cur_background = background_idx; in stars_load_background()
/dports/www/drupal7/drupal-7.82/modules/system/
H A Dimage.gd.inc144 …$background_idx = imagecolorallocatealpha($image->resource, $background['red'], $background['green…
162 $background_idx = $gif_transparent_id;
174 $image->resource = imagerotate($image->resource, 360 - $degrees, $background_idx);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp13840 int background_idx = eval_num(node, is_nan, is_nan_forever); in sexp_change_background() local
13845 background_idx--; in sexp_change_background()
13848 if (background_idx < 0 || background_idx >= (int)Backgrounds.size()) in sexp_change_background()
13851 stars_load_background(background_idx); in sexp_change_background()