| 130 | fuInt GetInterval()const LNOEXCEPT { return m_Interval; } |
| 131 | BlendMode GetBlendMode()const LNOEXCEPT { return m_BlendMode; } |
| 132 | void SetBlendMode(BlendMode m)LNOEXCEPT { m_BlendMode = m; } |
| 133 | double GetHalfSizeX()const LNOEXCEPT { return m_HalfSizeX; } |
| 134 | double GetHalfSizeY()const LNOEXCEPT { return m_HalfSizeY; } |
| 135 | bool IsRectangle()const LNOEXCEPT { return m_bRectangle; } |
nothing calls this directly
no outgoing calls
no test coverage detected