Searched refs:FadeIn (Results 1 – 6 of 6) sorted by relevance
237 void FadeIn( int frames ) in FadeIn() function239 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
250 void FadeIn( int frames ) in FadeIn() function252 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
232 void FadeIn( int frames ) in FadeIn() function234 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
273 void FadeIn( int frames );
344 void BasicSound::FadeIn( int frames ) in FadeIn() function in nw::snd::internal::BasicSound