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