Lines Matching refs:CurveAdshr
25 const float CurveAdshr::VOLUME_INIT = -90.4f;
29 const s16 CurveAdshr::DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ] =
63 CurveAdshr::CurveAdshr() in CurveAdshr() function in nw::snd::internal::CurveAdshr
77 void CurveAdshr::Initialize( float initDecibel ) in Initialize()
97 void CurveAdshr::Reset( float initDecibel ) in Reset()
112 f32 CurveAdshr::GetValue() const in GetValue()
132 void CurveAdshr::Update( int msec ) in Update()
203 void CurveAdshr::SetAttack( int attack ) in SetAttack()
276 void CurveAdshr::SetHold( int hold ) in SetHold()
292 void CurveAdshr::SetDecay( int decay ) in SetDecay()
308 void CurveAdshr::SetSustain( int sustain ) in SetSustain()
324 void CurveAdshr::SetRelease( int release ) in SetRelease()
335 f32 CurveAdshr::CalcRelease( int release ) in CalcRelease()
350 s16 CurveAdshr::CalcDecibelSquare( int scale ) in CalcDecibelSquare()