Lines Matching refs:CurveAdshr
27 const float CurveAdshr::VOLUME_INIT = -90.4f;
31 const s16 CurveAdshr::DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ] =
65 CurveAdshr::CurveAdshr() in CurveAdshr() function in nw::snd::internal::CurveAdshr
79 void CurveAdshr::Initialize( float initDecibel ) in Initialize()
99 void CurveAdshr::Reset( float initDecibel ) in Reset()
114 f32 CurveAdshr::GetValue() const in GetValue()
134 void CurveAdshr::Update( int msec ) in Update()
205 void CurveAdshr::SetAttack( int attack ) in SetAttack()
278 void CurveAdshr::SetHold( int hold ) in SetHold()
294 void CurveAdshr::SetDecay( int decay ) in SetDecay()
310 void CurveAdshr::SetSustain( int sustain ) in SetSustain()
326 void CurveAdshr::SetRelease( int release ) in SetRelease()
337 f32 CurveAdshr::CalcRelease( int release ) in CalcRelease()
352 s16 CurveAdshr::CalcDecibelSquare( int scale ) in CalcDecibelSquare()