Home
last modified time | relevance | path

Searched refs:m_AspectRatio (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResCamera.h102 nw::ut::ResF32 m_AspectRatio; member
113 f32 width = m_Height * m_AspectRatio; in Rect()
126 f32 GetWidth() const { return m_Height * m_AspectRatio; } in GetWidth()
131 f32 GetAspectRatio() const { return m_AspectRatio; } in GetAspectRatio()
157 m_AspectRatio = (r - l) / m_Height; in SetWithoutFlip()
172 m_AspectRatio = (r - l) / m_Height; in SetWithYFlip()
184 m_AspectRatio = aspect; in Set()
206 nw::ut::ResF32 m_AspectRatio; member
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp48 buffer->m_AspectRatio = PROJECTION_ASPECT_RATIO; in Create()
Dgfx_FrustumProjectionUpdater.cpp48 buffer->m_Rect.m_AspectRatio = PROJECTION_ASPECT_RATIO; in Create()
Dgfx_OrthoProjectionUpdater.cpp48 buffer->m_Rect.m_AspectRatio = PROJECTION_ASPECT_RATIO; in Create()