Home
last modified time | relevance | path

Searched refs:fade_type (Results 1 – 20 of 20) sorted by relevance

/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dgs-fade.c72 int fade_type; member
297 screen_priv->fade_type = FADE_TYPE_GAMMA_NUMBER; in gamma_fade_setup()
355 screen_priv->fade_type = FADE_TYPE_NONE; in gamma_fade_setup()
365 if (FADE_TYPE_NONE == screen_priv->fade_type) in gamma_fade_setup()
453 screen_priv->fade_type = FADE_TYPE_GAMMA_NUMBER; in check_gamma_extension()
458 screen_priv->fade_type = FADE_TYPE_GAMMA_RAMP; in check_gamma_extension()
462 screen_priv->fade_type = FADE_TYPE_NONE; in check_gamma_extension()
603 screen_priv->fade_type = FADE_TYPE_NONE; in check_randr_extension()
607 screen_priv->fade_type = FADE_TYPE_XRANDR; in check_randr_extension()
619 switch (fade->priv->screen_priv.fade_type) in gs_fade_set_alpha()
[all …]
/dports/audio/sox/sox-14.4.2/src/
H A Dsplice.c49 enum {Cosine_2, Cosine_4, Triangular} fade_type; member
72 if (p->fade_type == Cosine_4) { in splice()
83 else if (p->fade_type == Cosine_2) { in splice()
133 p->splices[i].search = p->fade_type == Cosine_4? 0 : p->splices[i].overlap; in parse()
172 if (!strcmp(*argv, "-t")) p->fade_type = Triangular, --argc, ++argv; in create()
173 else if (!strcmp(*argv, "-q")) p->fade_type = Cosine_4 , --argc, ++argv; in create()
174 else if (!strcmp(*argv, "-h")) p->fade_type = Cosine_2 , --argc, ++argv; in create()
193 if (p->fade_type == Cosine_4 && effp->in_signal.mult) in start()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dsequence.hpp37 fade_type(fade_type_) in SequenceData()
42 const TilemapFadeType& fade_type; member
H A Dgame_session.cpp584 worldmap->set_initial_fade_tilemap(data->fade_tilemap, data->fade_type); in start_sequence()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Danimating_layout_manager.cc62 LayoutFadeType fade_type; member
630 if (fade_info.fade_type == LayoutFadeType::kContinuingFade) in UpdateCurrentLayout()
638 switch (fade_info.fade_type) { in UpdateCurrentLayout()
656 fade_info.fade_type == LayoutFadeType::kFadingIn ? percent in UpdateCurrentLayout()
760 fade_info.fade_type = LayoutFadeType::kFadingOut; in CalculateFadeInfos()
788 fade_info.fade_type = LayoutFadeType::kFadingIn; in CalculateFadeInfos()
819 fade_info.fade_type = LayoutFadeType::kContinuingFade; in CalculateFadeInfos()
837 if (fade_info.fade_type == LayoutFadeType::kFadingOut && in ResolveFades()
890 switch (fade_info.fade_type) { in CalculateScaleFade()
926 switch (fade_info.fade_type) { in CalculateSlideFade()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Danimating_layout_manager.cc83 LayoutFadeType fade_type; member
734 if (fade_info.fade_type == LayoutFadeType::kContinuingFade) in UpdateCurrentLayout()
742 switch (fade_info.fade_type) { in UpdateCurrentLayout()
760 fade_info.fade_type == LayoutFadeType::kFadingIn ? percent in UpdateCurrentLayout()
864 fade_info.fade_type = LayoutFadeType::kFadingOut; in CalculateFadeInfos()
892 fade_info.fade_type = LayoutFadeType::kFadingIn; in CalculateFadeInfos()
923 fade_info.fade_type = LayoutFadeType::kContinuingFade; in CalculateFadeInfos()
941 if (fade_info.fade_type == LayoutFadeType::kFadingOut && in ResolveFades()
994 switch (fade_info.fade_type) { in CalculateScaleFade()
1030 switch (fade_info.fade_type) { in CalculateSlideFade()
/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.h41 enum fade_type { enum
185 enum fade_type type;
H A Dshell.c4376 shell_fade(struct desktop_shell *shell, enum fade_type type);
5351 shell_fade(struct desktop_shell *shell, enum fade_type type) in shell_fade()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.h43 enum fade_type { enum
129 enum fade_type type;
H A Dshell.c204 shell_fade(struct desktop_shell *shell, enum fade_type type);
4020 shell_fade(struct desktop_shell *shell, enum fade_type type) in shell_fade()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.h43 enum fade_type { enum
129 enum fade_type type;
H A Dshell.c204 shell_fade(struct desktop_shell *shell, enum fade_type type);
4020 shell_fade(struct desktop_shell *shell, enum fade_type type) in shell_fade()
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dfades.cpp101 short fade_type; member
540 struct fade_definition *definition= get_fade_definition(effect_definition->fade_type); in recalculate_and_display_color_table()
838 int16 fade_type; in parse_mml_faders() local
839 if (ftree.read_indexed("type", fade_type, NUMBER_OF_FADER_FUNCTIONS)) in parse_mml_faders()
841 switch (fade_type) { in parse_mml_faders()
884 ltree.read_indexed("fader", def.fade_type, NUMBER_OF_FADE_TYPES, true); in parse_mml_faders()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Deffect.cpp957 fade_type = fade; in init()
971 if (fade_type == FADE_PIXELATED || fade_type == FADE_PIXELATED_ONTOP) { in init()
1027 map_window->set_overlay_level((fade_type == FADE_PIXELATED) in init_pixelated_fade()
1051 if (fade_type == FADE_PIXELATED || fade_type == FADE_PIXELATED_ONTOP) in callback()
H A Deffect.h426 FadeType fade_type; // PIXELATED[_ONTOP] or CIRCLE variable
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dtools.c481 static void FadeExt(int fade_mask, int fade_mode, int fade_type) in FadeExt() argument
489 if (fade_type == FADE_TYPE_FADE_OUT) in FadeExt()
498 if (fade_type & fade_type_skip) in FadeExt()
514 if (fade_type == FADE_TYPE_SKIP) in FadeExt()
526 printf("::: !!! FADING %d ... [%d] [%d]\n", fade_mode, fade_type, in FadeExt()
542 if (fade_type & fade_type_skip) in FadeExt()
573 printf("::: NOW FADING %d ... [%d]\n", fade_mode, fade_type); in FadeExt()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dtools.c481 static void FadeExt(int fade_mask, int fade_mode, int fade_type) in FadeExt() argument
489 if (fade_type == FADE_TYPE_FADE_OUT) in FadeExt()
498 if (fade_type & fade_type_skip) in FadeExt()
514 if (fade_type == FADE_TYPE_SKIP) in FadeExt()
526 printf("::: !!! FADING %d ... [%d] [%d]\n", fade_mode, fade_type, in FadeExt()
542 if (fade_type & fade_type_skip) in FadeExt()
573 printf("::: NOW FADING %d ... [%d]\n", fade_mode, fade_type); in FadeExt()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dtools.c743 static void FadeExt(int fade_mask, int fade_mode, int fade_type) in FadeExt() argument
751 if (fade_type == FADE_TYPE_FADE_OUT) in FadeExt()
760 if (fade_type & fade_type_skip) in FadeExt()
776 if (fade_type == FADE_TYPE_SKIP) in FadeExt()
788 printf("::: !!! FADING %d ... [%d] [%d]\n", fade_mode, fade_type, in FadeExt()
804 if (fade_type & fade_type_skip) in FadeExt()
835 printf("::: NOW FADING %d ... [%d]\n", fade_mode, fade_type); in FadeExt()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dtools.c743 static void FadeExt(int fade_mask, int fade_mode, int fade_type) in FadeExt() argument
751 if (fade_type == FADE_TYPE_FADE_OUT) in FadeExt()
760 if (fade_type & fade_type_skip) in FadeExt()
776 if (fade_type == FADE_TYPE_SKIP) in FadeExt()
788 printf("::: !!! FADING %d ... [%d] [%d]\n", fade_mode, fade_type, in FadeExt()
804 if (fade_type & fade_type_skip) in FadeExt()
835 printf("::: NOW FADING %d ... [%d]\n", fade_mode, fade_type); in FadeExt()
/dports/games/twind/twind-1.1.0/
H A Dtwind.c296 void fade_screen(int fade_type, int time, Uint32 color);
4086 void fade_screen(int fade_type, int time, Uint32 color) { in fade_screen() argument
4095 if (fade_type == FADE_IN) in fade_screen()
4105 if (fade_type == FADE_IN) in fade_screen()
4113 if (fade_type == FADE_IN) in fade_screen()