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