Home
last modified time | relevance | path

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

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