Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResArrayTypes.h55 … 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
Dut_ResArray.h43 … 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 …]
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_CurveLfo.cpp101 f32 CurveLfo::GetValue() const in GetValue() function in nw::snd::internal::CurveLfo
Dsnd_CurveAdshr.cpp114 f32 CurveAdshr::GetValue() const in GetValue() function in nw::snd::internal::CurveAdshr
/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h93 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/
Dsnd_MoveValue.h96 ValueType GetValue() const in GetValue() function
Dsnd_Util.h286 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/anim/res/
Danim_ResAnimCurve.cpp66 …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
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
166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
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
243 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
265 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
281 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
[all …]