Searched refs:SetSurroundPan (Results 1 – 14 of 14) sorted by relevance
356 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function358 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
395 void SetSurroundPan( float surroundPan ) in SetSurroundPan() function397 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
369 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function371 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
350 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function352 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
85 void SetSurroundPan( float surroundPan ) { m_PlayerParamSet.surroundPan = surroundPan; } in SetSurroundPan() function
184 void SetSurroundPan( float surroundPan ) { m_ExtSurroundPan = surroundPan; } in SetSurroundPan() function
163 void SetSurroundPan( f32 span );
304 void SetSurroundPan( f32 pan );
111 c->player->SetSurroundPan( c->surroundPan ); in ProcessCommandList()
529 SetTrackParam( trackBitFlag, &SequenceTrack::SetSurroundPan, surroundPan ); in SetTrackSurroundPan()
296 m_pVoice->SetSurroundPan( surroundPan ); in Update()
957 void BasicSound::SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function in nw::snd::internal::BasicSound
1302 voice->SetSurroundPan( span ); in UpdateVoiceParams()1362 voice->SetSurroundPan( span ); in UpdateVoiceParams()
783 void Voice::SetSurroundPan( f32 span ) in SetSurroundPan() function in nw::snd::internal::driver::Voice