Home
last modified time | relevance | path

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

/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dlens-flare.c70 gfloat halo_size;
224 params->halo_size = (gfloat) matt * 0.084375;
417 procent = hyp - params->halo_size;
418 procent /= (params->halo_size * 0.07);
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSystemIcon.cpp533 GG::Pt halo_size = GG::Pt(static_cast<GG::X>(size.x * halo_scale_factor), in RenderHalo() local
535 GG::Pt halo_half_size = GG::Pt(halo_size.x / 2, halo_size.y / 2); in RenderHalo()
537 GG::Pt halo_lr = halo_ul + halo_size; in RenderHalo()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddescribe-god.cc864 const int halo_size = you_worship(which_god) ? you.halo_radius() : -1; in _describe_god_powers() local
865 if (halo_size < 0) in _describe_god_powers()
871 halo_size > 5 ? " large" : in _describe_god_powers()
872 halo_size > 3 ? "" : in _describe_god_powers()
H A Dplayer.cc3208 const int halo_size = you.halo_radius(); in display_char_status() local
3209 if (halo_size >= 0) in display_char_status()
3211 if (halo_size > 37) in display_char_status()
3213 else if (halo_size > 10) in display_char_status()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dlibrary_tests.F714 … INTEGER :: dir, halo_size, handle, i_loop, n_loop, & local
757 CALL section_vals_val_get(rs_pw_transfer_section, "HALO_SIZE", i_val=halo_size)
759 ns_max = 2*halo_size + 1
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dlibrary_tests.F723 … INTEGER :: dir, halo_size, handle, i_loop, n_loop, & local
766 CALL section_vals_val_get(rs_pw_transfer_section, "HALO_SIZE", i_val=halo_size)
768 ns_max = 2*halo_size + 1