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