Searched refs:SetSurroundPan (Results 1 – 14 of 14) sorted by relevance
343 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function345 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
375 void SetSurroundPan( float surroundPan ) in SetSurroundPan() function377 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
354 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function356 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
336 void SetSurroundPan( f32 surroundPan ) in SetSurroundPan() function338 if ( IsAttachedSound() ) m_pSound->SetSurroundPan( surroundPan ); in SetSurroundPan()
82 void SetSurroundPan( float surroundPan ) { m_PlayerParamSet.surroundPan = surroundPan; } in SetSurroundPan() function
182 void SetSurroundPan( float surroundPan ) { m_ExtSurroundPan = surroundPan; } in SetSurroundPan() function
161 void SetSurroundPan( f32 span );
288 void SetSurroundPan( f32 pan );
109 c->player->SetSurroundPan( c->surroundPan ); in ProcessCommandList()
523 SetTrackParam( trackBitFlag, &SequenceTrack::SetSurroundPan, surroundPan ); in SetTrackSurroundPan()
294 m_pVoice->SetSurroundPan( surroundPan ); in Update()
908 void BasicSound::SetSurroundPan( float surroundPan ) in SetSurroundPan() function in nw::snd::internal::BasicSound
1237 voice->SetSurroundPan( span ); in UpdateVoiceParams()1297 voice->SetSurroundPan( span ); in UpdateVoiceParams()
781 void Voice::SetSurroundPan( f32 span ) in SetSurroundPan() function in nw::snd::internal::driver::Voice