Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h99 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member
101 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()
103 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()
124 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member
128 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()
130 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()
138 ut::ResU8 m_FrameValue[3]; // u8 m_Frame; u16 m_Value * scale + offset; member
141 u32 GetFrame() const { return m_FrameValue[0]; } in GetFrame()
143 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()