Searched refs:m_InSlope (Results 1 – 2 of 2) sorted by relevance
103 ut::ResF32 m_InSlope; member109 f32 GetInSlope() const { return m_InSlope; } in GetInSlope()117 ut::ResS16 m_InSlope; // fx7.8 member123 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope()
87 static f32 GetInSlope( const KeyType* pKey ) { return pKey->m_InSlope; } in GetInSlope()