Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_ResArrayTypes.h53 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
54 static reference GetValue(pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
55 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer… in GetValue() function
56 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
Dut_ResArray.h41 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
42 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
43 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
44 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
67 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
68 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
122 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
123 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
124 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
125 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
[all …]
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_CurveLfo.cpp99 f32 CurveLfo::GetValue() const in GetValue() function in nw::snd::internal::CurveLfo
Dsnd_CurveAdshr.cpp112 f32 CurveAdshr::GetValue() const in GetValue() function in nw::snd::internal::CurveAdshr
/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h85 f32 GetValue() const { return m_Value; } in GetValue() function
95 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue() function
108 f32 GetValue() const { return m_Value; } in GetValue() function
122 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue() function
135 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue() function
149 f32 GetValue() const { return m_Value; } in GetValue() function
162 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue() function
174 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue() function
375 s32 GetValue() const { return m_Value; } in GetValue() function
386 s16 GetValue() const { return m_Value; } in GetValue() function
[all …]
/NW4C-1.2.23/include/nw/snd/
Dsnd_MoveValue.h94 ValueType GetValue() const in GetValue() function
Dsnd_Util.h280 bool GetValue( u32* value, u32 bitNumber ) const in GetValue() function
491 T GetValue() const { return m_CurrentValue; } in GetValue() function
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
66 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
86 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
104 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
126 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
149 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
187 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
209 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
225 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon339a9d700111::ResAnimTraits
[all …]