Home
last modified time | relevance | path

Searched refs:m_FrameValue (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h97 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member
99 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()
101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()
122 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member
126 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()
128 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()
136 ut::ResU8 m_FrameValue[3]; // u8 m_Frame; u16 m_Value * scale + offset; member
139 u32 GetFrame() const { return m_FrameValue[0]; } in GetFrame()
141 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()