Searched refs:FadeIn (Results 1 – 6 of 6) sorted by relevance
227 void FadeIn( int frames ) in FadeIn() function229 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
226 void FadeIn( int frames ) in FadeIn() function228 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
238 void FadeIn( int frames ) in FadeIn() function240 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
221 void FadeIn( int frames ) in FadeIn() function223 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn()
271 void FadeIn( int frames );
343 void BasicSound::FadeIn( int frames ) in FadeIn() function in nw::snd::internal::BasicSound