Home
last modified time | relevance | path

Searched defs:effect_name (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dplugin.cpp69 audio_module_iface *create_calf_plugin_by_name(const char *effect_name) in create_calf_plugin_by_name()
76 plugin_metadata_iface *create_calf_metadata_by_name(const char *effect_name) in create_calf_metadata_by_name()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_color_list.py7 effect_name = 'test_color_list' variable in ColorListTest
H A Dtest_inkex_extensions.py21 effect_name = 'inkex_extensions_color' variable in ColorEffectTest
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/hardware/
H A DhardwareMappingEffects.cpp6 #define REQ_SETTING(key, variable, effect_name) \ argument
9 #define OPT_SETTING(key, variable, effect_name, default) \ argument
H A DhardwareController.cpp335 string effect_name = settings["effect"].lower(); in createEffect() local
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Traits/Core/Image/
H A DToolkitTestTrait.php100 …protected function assertImageEffect(array $expected_operations, string $effect_name, array $data)…
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_ladspa.c765 int fluid_ladspa_effect_port_exists(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_effect_port_exists()
832 int fluid_ladspa_effect_set_control(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_effect_set_control()
885 int fluid_ladspa_add_effect(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_add_effect()
940 int fluid_ladspa_effect_link(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_effect_link()
1849 int fluid_ladspa_add_effect(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_add_effect()
1865 int fluid_ladspa_effect_port_exists(fluid_ladspa_fx_t *fx, const char *effect_name, const char *por… in fluid_ladspa_effect_port_exists()
1870 int fluid_ladspa_effect_set_control(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_effect_set_control()
1876 int fluid_ladspa_effect_link(fluid_ladspa_fx_t *fx, const char *effect_name, in fluid_ladspa_effect_link()
/dports/www/drupal8/drupal-8.9.20/core/modules/image/tests/src/Functional/
H A DImageEffectsTest.php223 protected function assertImageEffect($effect_name, array $data) {
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Deffectdialog.c102 void effect_dialog_setup(EffectDialog *ed, gchar *effect_name, gpointer eb) in effect_dialog_setup()
H A Deffectdialog.h58 gchar *effect_name; member
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dmelee_dodge_hit_test.cpp46 static float dodge_with_effect( Creature &critter, const std::string &effect_name ) in dodge_with_effect()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dmelee_dodge_hit_test.cpp46 static float dodge_with_effect( Creature &critter, const std::string &effect_name ) in dodge_with_effect()
/dports/multimedia/openshot/openshot-qt-2.6.1/src/windows/
H A Dprocess_effect.py52 def __init__(self, clip_id, effect_name, effect_params): argument
/dports/multimedia/olive/olive-0.1.2/effects/
H A Deffectloaders.cpp155 QString effect_name = ""; in load_shader_effects_worker() local
/dports/multimedia/olive/olive-0.1.2/ui/
H A Deffectui.cpp17 QString effect_name; in EffectUI() local
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Deffects.py156 def __init__(self, effect_name, media_type, categories, argument
315 def _getEffectCategories(self, effect_name): argument
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_lv2_browser.c424 gchar *effect_name; in ags_lv2_browser_get_plugin_effect() local
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-filters/
H A Dluma-key-filter.c71 const char *effect_name) in luma_key_create_internal()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgfxbrowser/
H A Dosgfxbrowser.cpp189 std::string effect_name = "No Effect Selected"; in rebuild_client_area() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgfxbrowser/
H A Dosgfxbrowser.cpp189 std::string effect_name = "No Effect Selected"; in rebuild_client_area() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/tester/
H A D__init__.py111 effect_name = property(lambda self: self.effect_class.__module__) variable in TestCase
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/MeleeWeapons.ocd/
H A DScript.c219 var effect_name="*Shield*"; in ApplyShieldFactor() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Sword.ocd/
H A DScript.c206 var effect_name=Format("HasBeenHitBySwordEffect%d", magic_number); in CheckStrike() local
/dports/multimedia/olive/olive-0.1.2/project/
H A Dloadthread.cpp63 QString effect_name; in load_effect() local
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dplugin.cpp534 audio_module_iface *create_calf_plugin_by_name(const char *effect_name) in create_calf_plugin_by_name()

12