Home
last modified time | relevance | path

Searched refs:fadein (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/modules/
H A Dmodule_bgm.cc68 void operator()(RLMachine& machine, string filename, int fadein) { in operator ()()
69 machine.system().sound().BgmPlay(filename, true, fadein); in operator ()()
77 int fadein, in operator ()()
79 machine.system().sound().BgmPlay(filename, true, fadein, fadeout); in operator ()()
90 void operator()(RLMachine& machine, string filename, int fadein) { in operator ()()
91 machine.system().sound().BgmPlay(filename, false, fadein); in operator ()()
99 int fadein, in operator ()()
131 void operator()(RLMachine& machine, int fadein) { in operator ()()
132 machine.system().sound().SetBgmVolumeScript(255, fadein); in operator ()()
137 void operator()(RLMachine& machine, int fadein) { in operator ()()
[all …]
H A Dmodule_pcm.cc68 int fadein) { in operator ()()
69 machine.system().sound().WavPlay(fileName, false, channel, fadein); in operator ()()
85 int fadein) { in operator ()()
86 machine.system().sound().WavPlay(fileName, false, channel, fadein); in operator ()()
102 int fadein) { in operator ()()
103 machine.system().sound().WavPlay(fileName, true, channel, fadein); in operator ()()
148 void operator()(RLMachine& machine, int channel, int fadein) { in operator ()()
149 machine.system().sound().SetChannelVolume(channel, 255, fadein); in operator ()()
160 void operator()(RLMachine& machine, int channel, int fadein) { in operator ()()
161 machine.system().sound().SetChannelVolume(channel, 0, fadein); in operator ()()
H A Dmodule_event_loop.cc86 void operator()(RLMachine& machine, string filename, int fadein) { in operator ()()
87 machine.system().sound().BgmPlay(filename, true, fadein); in operator ()()
95 int fadein, in operator ()()
97 machine.system().sound().BgmPlay(filename, true, fadein, fadeout); in operator ()()
118 int fadein) { in operator ()()
119 machine.system().sound().WavPlay(fileName, false, channel, fadein); in operator ()()
H A Dmodule_koe.cc154 void operator()(RLMachine& machine, int fadein) { in operator ()()
155 machine.system().sound().SetKoeVolume(255, fadein); in operator ()()
160 void operator()(RLMachine& machine, int fadein) { in operator ()()
161 machine.system().sound().SetKoeVolume(0, fadein); in operator ()()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/audio/
H A Dsound.py33 def play(filename, channel="sound", fadeout=0, fadein=0, tight=False, loop=False, relative_volume=1… argument
37 fadein=fadein,
43 def queue(filename, channel="sound", clear_queue=True, fadein=0, tight=False, loop=False, relative_… argument
47 fadein=fadein,
H A Dmusic.py36 def play(filenames, channel="music", loop=None, fadeout=None, synchro_start=False, fadein=0, tight=… argument
115 fadein = 0
127 …c.enqueue(filenames, loop=loop, synchro_start=synchro_start, fadein=fadein, tight=tight, loop_only…
147 def queue(filenames, channel="music", loop=None, clear_queue=True, fadein=0, tight=None, relative_v… argument
221 … c.enqueue(filenames, loop=loop, fadein=fadein, tight=tight, relative_volume=relative_volume)
H A Dwebaudio.py53 def play(channel, file, name, paused=False, fadein=0, tight=False, start=0, end=0): argument
84 call("queue", channel, file, name, paused, fadein, tight, start, end)
87 def queue(channel, file, name, fadein=0, tight=False, start=0, end=0): argument
100 call("queue", channel, file, name, False, fadein, tight, start, end)
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/web/
H A DngDialog.min.css3fadein{0%{opacity:0}100%{opacity:1}}@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}.ngdia…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/public/css/icinga/
H A Dmixins.less88 @-webkit-keyframes fadein {
94 @-moz-keyframes fadein {
100 @-ms-keyframes fadein {
106 @-o-keyframes fadein {
111 @keyframes fadein {
116 .fadein() {
119 -webkit-animation: fadein 2s ease-in; /* Chrome, WebKit */
120 -moz-animation: fadein 2s ease-in; /* FF < 16 */
121 -o-animation: fadein 2s ease-in; /* Opera < 12.1 */
122 animation: fadein 2s ease-in;
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D000statements.rpy61 fadein = "0"
76 if l.keyword('fadein'):
78 if fadein is None:
110 fadein=fadein,
125 fadein=eval(p["fadein"]),
178 fadein = "0"
201 if l.keyword('fadein'):
203 if fadein is None:
210 return dict(file=file, channel=channel, loop=loop, volume=volume, fadein=fadein)
223 fadein=eval(p.get("fadein", "0")),
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dhsc.cpp74 if(fadein) // fade-in handling in update()
75 fadein--; in update()
117 case 3: fadein = 31; break; // fade in (divided by 2) in update()
163 if(fadein) // fade-in volume setting in update()
164 setvolume(chan,fadein*2,fadein*2); in update()
225 del = 1; songend = 0; mode6 = 0; bd = 0; fadein = 0; in rewind()
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole/src/main/webapp/app/index/styles/
H A Danimation.css21 * fadein: Fade from fully transparent to fully opaque.
23 @keyframes fadein {
27 @-moz-keyframes fadein {
31 @-webkit-keyframes fadein {
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/rpg/
H A Dmusic.h30 int32_t fadein = 0; variable
38 && l.fadein == r.fadein
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dhsc.cpp88 if(fadein) // fade-in handling in update()
89 fadein--; in update()
133 case 3: fadein = 31; break; // fade in (divided by 2) in update()
179 if(fadein) // fade-in volume setting in update()
180 setvolume(chan,fadein*2,fadein*2); in update()
241 del = 1; songend = 0; mode6 = 0; bd = 0; fadein = 0; in rewind()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dfaders.cpp192 static const long fadein[] = {0, 0x1a00, 0x3400, 0x4e00, 0x6800, in FadeInMedium() local
196 Fader(fadein); in FadeInMedium()
204 static const long fadein[] = {0, 0x1000, 0x4000, 0x7000, 0xa000, 0xd000, 0x10000L, -1}; in FadeInFast() local
207 Fader(fadein); in FadeInFast()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dfaders.cpp192 static const long fadein[] = {0, 0x1a00, 0x3400, 0x4e00, 0x6800, in FadeInMedium() local
196 Fader(fadein); in FadeInMedium()
204 static const long fadein[] = {0, 0x1000, 0x4000, 0x7000, 0xa000, 0xd000, 0x10000L, -1}; in FadeInFast() local
207 Fader(fadein); in FadeInFast()
/dports/games/taisei/taisei-1.3.2/src/
H A Dcredits.c271 float fadein = 1, fadeout = 1; in credits_draw_entry() local
291 fadein = time / CREDITS_ENTRY_FADEIN; in credits_draw_entry()
298 if(!fadein || !fadeout) { in credits_draw_entry()
311 if(fadein < 1) { in credits_draw_entry()
312 r_mat_mv_translate(0, SCREEN_W * pow(1 - fadein, 2) * 0.5, 0); in credits_draw_entry()
317 r_color(RGBA_MUL_ALPHA(1, 1, 1, fadein * fadeout)); in credits_draw_entry()
329 .pos.y = -60 * elevation * fadein + halfheight * squeeze, in credits_draw_entry()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/
H A DcodelensWidget.css35 @keyframes fadein {
40 .monaco-editor .codelens-decoration.fadein {
41 animation: fadein 0.1s linear;
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/
H A DcodelensWidget.css39 @keyframes fadein {
44 .monaco-editor .codelens-decoration.fadein {
45 animation: fadein 0.1s linear;
/dports/deskutils/egroupware/egroupware/api/js/offline/themes/
H A Doffline-theme-default.css51 @-webkit-keyframes offline-fadein {
63 @-moz-keyframes offline-fadein {
75 @-ms-keyframes offline-fadein {
87 @-o-keyframes offline-fadein {
99 @keyframes offline-fadein {
367 -webkit-animation: offline-fadein 0.5s;
368 -moz-animation: offline-fadein 0.5s;
369 -ms-animation: offline-fadein 0.5s;
370 -o-animation: offline-fadein 0.5s;
371 animation: offline-fadein 0.5s;
H A Doffline-theme-hubspot.css51 @-webkit-keyframes offline-fadein {
63 @-moz-keyframes offline-fadein {
75 @-ms-keyframes offline-fadein {
87 @-o-keyframes offline-fadein {
99 @keyframes offline-fadein {
367 -webkit-animation: offline-fadein 0.5s;
368 -moz-animation: offline-fadein 0.5s;
369 -ms-animation: offline-fadein 0.5s;
370 -o-animation: offline-fadein 0.5s;
371 animation: offline-fadein 0.5s;
/dports/games/renpy/renpy-7.4.11-sdk/renpy/gl2/
H A Dlive2dmotion.py110 def __init__(self, filename, fadein, fadeout): argument
178 curve.get("FadeInTime", fadein),
197 fadein, fadeout = self.fades[k]
200 fadein = 0.0
207 if st < fadein:
208 factor = min(factor, st / fadein)
/dports/multimedia/py-moviepy/moviepy-1.0.3/docs/ref/videofx/
H A Dmoviepy.video.fx.all.fadein.rst1 moviepy.video.fx.all.fadein
6 .. autofunction:: fadein
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Params/
H A DLFOParams.cpp84 rParamF(fadein, rShort("f.in"), rSpecial(disable), rUnit(S),
241 fadein = Dfadein; in defaults()
261 xml.addparreal("fadein", fadein); in add2XML()
289 fadein = xml.getparreal("fadein", fadein); in getfromXML()
312 COPY(fadein); in paste()
/dports/multimedia/py-moviepy/moviepy-1.0.3/moviepy/video/compositing/
H A Dtransitions.py8 from moviepy.video.fx.fadein import fadein
22 newclip.mask = clip.mask.fx(fadein, duration)

12345678910>>...21