Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp98 float aspect = this->m_Resource.GetAspectRatio(); in Update()
Dgfx_OrthoProjectionUpdater.cpp96 NW_ASSERT(m_Resource.GetRect().GetAspectRatio() != 0); in Update()
Dgfx_Camera.cpp764 *aspectRatio = resource.GetAspectRatio(); in GetPerspective()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp514 rect.Set(rect.GetAspectRatio(), floatValue, rect.GetCenter()); in SetValue()
524 rect.Set(rect.GetAspectRatio(), rect.GetHeight(), center); in SetValue()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResCamera.h131 f32 GetAspectRatio() const { return m_AspectRatio; } in GetAspectRatio() function