Searched refs:GetAspectRatio (Results 1 – 5 of 5) sorted by relevance
96 float aspect = this->m_Resource.GetAspectRatio(); in Update()
94 NW_ASSERT(m_Resource.GetRect().GetAspectRatio() != 0); in Update()
563 *aspectRatio = resource.GetAspectRatio(); in GetPerspective()
502 rect.Set(rect.GetAspectRatio(), floatValue, rect.GetCenter()); in SetValue()512 rect.Set(rect.GetAspectRatio(), rect.GetHeight(), center); in SetValue()
129 f32 GetAspectRatio() const { return m_AspectRatio; } in GetAspectRatio() function