| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_BasicSound.cpp | 243 int frames = static_cast<int>( fadeFrames * m_FadeVolume.GetValue() ); in Stop() local 244 m_FadeVolume.SetTarget( 0.0f, frames ); in Stop() 264 int frames; in Pause() local 272 frames = static_cast<int>( fadeFrames * m_PauseFadeVolume.GetValue() ); in Pause() 273 if ( frames <= 0 ) frames = 1; in Pause() 274 m_PauseFadeVolume.SetTarget( 0.0f, frames); in Pause() 295 frames = static_cast<int>( fadeFrames * ( 1.0f - m_PauseFadeVolume.GetValue() ) ); in Pause() 296 if ( frames <= 0 ) frames = 1; in Pause() 297 m_PauseFadeVolume.SetTarget( 1.0f, frames); in Pause() 317 void BasicSound::SetAutoStopCounter( int frames ) in SetAutoStopCounter() argument [all …]
|
| D | snd_StreamSound.cpp | 194 void StreamSound::SetTrackVolume( unsigned long trackBitFlag, float volume, int frames ) in SetTrackVolume() argument 206 m_TrackVolume[ trackNo ].SetTarget( volume, frames ); in SetTrackVolume()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_StreamSoundHandle.h | 238 void FadeIn( int frames ) in FadeIn() argument 240 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn() 277 void SetVolume( f32 volume, int frames = 0 ) 279 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames ); 498 void SetTrackVolume( u32 trackBitFlag, f32 volume, int frames = 0 ) 500 if ( IsAttachedSound() ) m_pSound->SetTrackVolume( trackBitFlag, volume, frames );
|
| D | snd_WaveSoundHandle.h | 227 void FadeIn( int frames ) in FadeIn() argument 229 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn() 266 void SetVolume( f32 volume, int frames = 0 ) 268 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_SoundHandle.h | 226 void FadeIn( int frames ) in FadeIn() argument 228 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn() 298 void SetVolume( float volume, int frames = 0 ) 300 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_SequenceSoundHandle.h | 221 void FadeIn( int frames ) in FadeIn() argument 223 if ( IsAttachedSound() ) m_pSound->FadeIn( frames ); in FadeIn() 259 void SetVolume( f32 volume, int frames = 0 ) 261 if ( IsAttachedSound() ) m_pSound->SetVolume( volume, frames );
|
| D | snd_MoveValue.h | 65 void SetTarget( ValueType targetValue, CountType frames ) in SetTarget() argument 69 m_Frame = frames; in SetTarget()
|
| D | snd_BasicSound.h | 270 void SetAutoStopCounter( int frames ); 271 void FadeIn( int frames ); 283 void SetVolume( f32 volume, int frames = 0 );
|
| D | snd_StreamSound.h | 70 void SetTrackVolume( unsigned long trackBitFlag, float volume, int frames = 0 );
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Window.h | 440 const Frame* frames, 447 const Frame* frames, 456 const Frame* frames) const;
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Window.cpp | 691 const Frame* frames, in DrawFrame4() argument 710 const Frame& frame = frames[i]; in DrawFrame4() 733 const Frame* frames, in DrawFrame8() argument 773 const Frame& frame = frames[i]; in DrawFrame8() 797 const Window::Frame* frames in GetFrameSize() 806 Material* pMaterial = frames[WINDOWFRAME_LT].pMaterial; in GetFrameSize() 820 Material* pMaterialLT = frames[WINDOWFRAME_LT].pMaterial; in GetFrameSize() 826 Material *pMaterialRT = frames[WINDOWFRAME_RT].pMaterial; in GetFrameSize() 832 Material *pMaterialRB = frames[WINDOWFRAME_RB].pMaterial; in GetFrameSize() 838 Material *pMaterialLB = frames[WINDOWFRAME_LB].pMaterial; in GetFrameSize()
|
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnimCurve.cpp | 700 const ResVector3CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcVector3CurveCV_() 713 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcVector3CurveCV_() 733 const ResVector4CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcRotateCurveCV_() 753 … const ResVector4CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcRotateCurveCV_() 789 const ResVector3CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcTranslateCurveCV_() 805 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcTranslateCurveCV_()
|
| /NW4C-1.2.23/tools/LayoutViewer/ |
| D | Readme.txt | 65 B Button: Rewind frames
|
| /NW4C-1.2.23/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 526 ResKeysData<FrameValue> frames; member
|