| /NW4C-1.3.3/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 ); 287 void SetVolume( f32 volume, int frames = 0 );
|
| D | snd_StreamSound.h | 70 void SetTrackVolume( unsigned long trackBitFlag, float volume, int frames = 0 );
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_BasicSound.cpp | 254 int frames = static_cast<int>( fadeFrames * m_FadeVolume.GetValue() ); in Stop() local 255 m_FadeVolume.SetTarget( 0.0f, frames ); in Stop() 275 int frames; in Pause() local 283 frames = static_cast<int>( fadeFrames * m_PauseFadeVolume.GetValue() ); in Pause() 284 if ( frames <= 0 ) frames = 1; in Pause() 285 m_PauseFadeVolume.SetTarget( 0.0f, frames); in Pause() 306 frames = static_cast<int>( fadeFrames * ( 1.0f - m_PauseFadeVolume.GetValue() ) ); in Pause() 307 if ( frames <= 0 ) frames = 1; in Pause() 308 m_PauseFadeVolume.SetTarget( 1.0f, frames); in Pause() 328 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.3.3/include/nw/lyt/ |
| D | lyt_Window.h | 443 const Frame* frames, 451 const Frame* frames, 461 const Frame* frames) const;
|
| /NW4C-1.3.3/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.3.3/sources/libraries/anim/res/ |
| D | anim_ResAnimCurve.cpp | 738 const ResVector3CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcVector3CurveCV_() 751 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcVector3CurveCV_() 771 const ResVector4CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcRotateCurveCV_() 791 … const ResVector4CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcRotateCurveCV_() 827 const ResVector3CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcTranslateCurveCV_() 843 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcTranslateCurveCV_() 998 static_cast<const math::MTX34*>(&pCurve->frames.m_KeyValue[index]) ); in CalcTransformCurve()
|
| /NW4C-1.3.3/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 533 ResKeysData<FrameValue> frames; member 540 ResKeysData<ut::ResMtx34_> frames; member
|
| /NW4C-1.3.3/tools/LayoutViewer/ |
| D | Readme.txt | 65 B Button: Rewind frames
|