Searched defs:GetValue (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_ResArrayTypes.h | 53 … 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
|
| D | ut_ResArray.h | 41 … 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.3.3/sources/libraries/snd/ |
| D | snd_CurveLfo.cpp | 99 f32 CurveLfo::GetValue() const in GetValue() function in nw::snd::internal::CurveLfo
|
| D | snd_CurveAdshr.cpp | 112 f32 CurveAdshr::GetValue() const in GetValue() function in nw::snd::internal::CurveAdshr
|
| /NW4C-1.3.3/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 91 f32 GetValue() const { return m_Value; } in GetValue() function 101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue() function 114 f32 GetValue() const { return m_Value; } in GetValue() function 128 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue() function 141 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue() function 155 f32 GetValue() const { return m_Value; } in GetValue() function 168 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue() function 180 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue() function 382 s32 GetValue() const { return m_Value; } in GetValue() function 393 s16 GetValue() const { return m_Value; } in GetValue() function [all …]
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_MoveValue.h | 94 ValueType GetValue() const in GetValue() function
|
| D | snd_Util.h | 284 bool GetValue( u32* value, u32 bitNumber ) const in GetValue() function 511 T GetValue() const { return m_CurrentValue; } in GetValue() function
|
| /NW4C-1.3.3/sources/libraries/anim/res/ |
| D | anim_ResAnimCurve.cpp | 50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 74 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 94 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 120 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 150 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 173 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 198 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 227 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 249 …static s32 GetValue( const ResIntCurveFVData*, const KeyType* pKey ) { return pKey->GetValue… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits 265 static s32 GetValue( const ResIntCurveFVData* /*pCurve*/, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits [all …]
|