Lines Matching refs:f32
113 f32 width = m_Height * m_AspectRatio; in Rect()
121 f32 GetHeight() const { return m_Height; } in GetHeight()
126 f32 GetWidth() const { return m_Height * m_AspectRatio; } in GetWidth()
131 f32 GetAspectRatio() const { return m_AspectRatio; } in GetAspectRatio()
143 NW_DEPRECATED_FUNCTION(void Set( f32 l, f32 r, f32 b, f32 t )) in NW_DEPRECATED_FUNCTION()
154 void SetWithoutFlip( f32 l, f32 r, f32 b, f32 t ) in SetWithoutFlip()
169 void SetWithYFlip( f32 l, f32 r, f32 b, f32 t ) in SetWithYFlip()
181 void Set( f32 aspect, f32 height, const nw::math::VEC2& center ) in Set()
248 NW_RES_FIELD_PRIMITIVE_DECL( f32, Near ) // GetNear(), SetNear() in NW_RES_FIELD_PRIMITIVE_DECL() argument
258 NW_RES_FIELD_PRIMITIVE_DECL( f32, Far ) // GetFar(), SetFar() in NW_RES_FIELD_PRIMITIVE_DECL()
315 NW_RES_FIELD_PRIMITIVE_DECL( f32, Twist ) // GetTwist(), SetTwist()
506 … NW_RES_FIELD_PRIMITIVE_DECL( f32, AspectRatio ) // GetAspectRatio(), SetAspectRatio()
507 NW_RES_FIELD_PRIMITIVE_DECL( f32, Fovy ) // GetFovy(), SetFovy()
579 NW_RES_FIELD_PRIMITIVE_DECL( f32, WScale ) // GetWScale() in NW_RES_CTOR_INHERIT()