| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_ResArray.h | 43 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function 44 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function 45 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function 46 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function 69 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function 70 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function 124 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function 125 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function 126 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function 127 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function [all …]
|
| D | ut_ResArrayTypes.h | 55 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function 56 static reference GetValue(pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function 57 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer… in GetValue() function 58 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchiveFile.cpp | 628 bool result = optionParameter.GetValue( &offset, SOUND_INFO_OFFSET_TO_3D_PARAM ); in GetSound3DInfo() 641 bool result = optionParameter.GetValue( &value, SOUND_INFO_STRING_ID ); in GetStringId() 652 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanMode() 663 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanCurve() 674 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetPlayerPriority() 685 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetActorPlayerId() 696 bool result = optionParameter.GetValue( &value, SOUND_INFO_USER_PARAM ); in GetUserParam() 706 bool result = optionParameter.GetValue( &value, SOUND_INFO_OFFSET_TO_CTR_PARAM ); in IsFrontBypass() 717 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE ); 727 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE ); [all …]
|
| D | snd_WaveSoundFile.cpp | 175 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetPan() 182 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetSurroundPan() 198 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_SEND ); in GetSendValue() 225 bool result = optionParameter.GetValue( &offsetToReference, WAVE_SOUND_INFO_ENVELOPE ); in GetAdshrCurve() 266 bool result = optionParameter.GetValue( &value, NOTE_INFO_KEY ); in GetOriginalKey() 274 bool result = optionParameter.GetValue( &value, NOTE_INFO_VOLUME ); in GetVolume() 282 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetPan() 289 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetSurroundPan() 304 bool result = optionParameter.GetValue( &value, NOTE_INFO_SEND ); in GetSendValue() 331 bool result = optionParameter.GetValue( &offsetToReference, NOTE_INFO_ENVELOPE ); in GetAdshrCurve()
|
| D | snd_BankFile.cpp | 301 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_KEY ); in GetOriginalKey() 309 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_VOLUME ); in GetVolume() 317 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetPan() 326 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetSurroundPan() 343 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in IsIgnoreNoteOff() 351 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetKeyGroup() 359 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetInterpolationType() 367 bool result = optionParameter.GetValue( &offsetToReference, VELOCITY_REGION_ENVELOPE ); in GetAdshrCurve()
|
| D | snd_Channel.cpp | 208 …register f32 volume = m_InitVolume * m_UserVolume * m_SilenceVolume.GetValue() / SILENCE_VOLUME_MA… in Update() 214 f32 envelopValue = Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update() 223 m_CurveAdshr.GetValue() < -90.4f ) in Update() 234 cent += m_Lfo.GetValue(); in Update() 255 pan += m_Lfo.GetValue(); in Update() 277 volume *= Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update() 280 volume *= Util::CalcVolumeRatio( m_Lfo.GetValue() * 6.0f ); in Update() 283 register f32 decay = m_CurveAdshr.GetValue(); in Update() 286 decay += m_Lfo.GetValue() * 6.0f; in Update()
|
| D | snd_BasicSound.cpp | 255 int frames = static_cast<int>( fadeFrames * m_FadeVolume.GetValue() ); in Stop() 284 frames = static_cast<int>( fadeFrames * m_PauseFadeVolume.GetValue() ); in Pause() 307 frames = static_cast<int>( fadeFrames * ( 1.0f - m_PauseFadeVolume.GetValue() ) ); in Pause() 563 volume *= m_ExtMoveVolume.GetValue(); in UpdateParam() 564 volume *= m_FadeVolume.GetValue(); in UpdateParam() 565 volume *= m_PauseFadeVolume.GetValue(); in UpdateParam() 863 return m_ExtMoveVolume.GetValue(); in GetVolume()
|
| D | snd_CurveLfo.cpp | 101 f32 CurveLfo::GetValue() const in GetValue() function in nw::snd::internal::CurveLfo
|
| D | snd_SequenceTrack.cpp | 388 = m_ParserTrackParam.volume.GetValue() in UpdateChannelParam() 394 f32 pitch = ( m_ParserTrackParam.pitchBend.GetValue() / 128.0f ) * m_ParserTrackParam.bendRange; in UpdateChannelParam() 400 = ut::Clamp( static_cast<float>( m_ParserTrackParam.pan.GetValue() ) / 63.0f, -1.0f, 1.0f ) in UpdateChannelParam() 408 … = ut::Clamp( static_cast<float>( m_ParserTrackParam.surroundPan.GetValue() ) / 63.0f, 0.0f, 2.0f ) in UpdateChannelParam()
|
| D | snd_CurveAdshr.cpp | 114 f32 CurveAdshr::GetValue() const in GetValue() function in nw::snd::internal::CurveAdshr
|
| D | snd_HardwareManager.cpp | 87 f32 volume = m_MasterVolume.GetValue(); in GetOutputVolume() 88 volume *= m_VolumeForReset.GetValue(); in GetOutputVolume()
|
| D | snd_StreamSound.cpp | 190 command->value = m_TrackVolume[ trackNo ].GetValue(); in UpdateParam()
|
| /NW4C-2.0.3/sources/libraries/anim/res/ |
| D | anim_ResAnimCurve.cpp | 66 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits 90 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits 92 f32 value = pKey->GetValue(); in GetValue() 110 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits 136 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits 138 f32 value = pKey->GetValue(); in GetValue() 166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits 168 f32 value = pKey->GetValue(); in GetValue() 189 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits 214 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits [all …]
|
| /NW4C-2.0.3/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 93 f32 GetValue() const { return m_Value; } in GetValue() function 103 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue() function 116 f32 GetValue() const { return m_Value; } in GetValue() function 130 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue() function 143 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue() function 157 f32 GetValue() const { return m_Value; } in GetValue() function 170 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue() function 182 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue() function 383 s32 GetValue() const { return m_Value; } in GetValue() function 394 s16 GetValue() const { return m_Value; } in GetValue() function [all …]
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_MoveValue.h | 69 m_Origin = GetValue(); in SetTarget() 96 ValueType GetValue() const in GetValue() function
|
| D | snd_CurveLfo.h | 70 f32 GetValue() const;
|
| D | snd_HardwareManager.h | 91 return m_AuxUserVolume[ bus ].GetValue(); in GetAuxReturnVolume() 109 f32 GetMasterVolume() const { return m_MasterVolume.GetValue(); } in GetMasterVolume()
|
| D | snd_CurveAdshr.h | 70 f32 GetValue() const;
|
| D | snd_Util.h | 286 bool GetValue( u32* value, u32 bitNumber ) const in GetValue() function 516 T GetValue() const { return m_CurrentValue; } in GetValue() function
|
| /NW4C-2.0.3/sources/libraries/snd/platform/ |
| D | snd_HardwareManagerAX.cppi | 158 returnVolumeFloat *= ut::Clamp( m_AuxUserVolume[ i ].GetValue(), 0.0f, 1.0f ); 159 returnVolumeFloat *= ut::Clamp( m_AuxFadeVolume[ i ].GetValue(), 0.0f, 1.0f ); 186 volume *= m_VolumeForReset.GetValue(); 231 else if ( m_VolumeForReset.GetValue() == 0.0f )
|
| D | snd_HardwareManagerDSP.cppi | 191 returnVolume *= ut::Clamp( m_AuxUserVolume[ i ].GetValue(), 0.0f, 1.0f ); 192 returnVolume *= ut::Clamp( m_AuxFadeVolume[ i ].GetValue(), 0.0f, 1.0f ); 213 volume *= m_VolumeForReset.GetValue();
|