Lines Matching defs:GetValue
93 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
405 s8 GetValue() const { return m_Value; } in GetValue() function