Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Viewport.h60 : m_Rect( x, y, x + width, y + height ), in Viewport()
73 : m_Rect( rect ), in Viewport()
94 m_Rect.SetOriginAndSize(0.f, 0.f, width, height); in Viewport()
99 : m_Rect(v.m_Rect), in Viewport()
125 m_Rect = bound; in SetBound()
136 m_Rect.SetOriginAndSize( x, in SetBound()
149 m_Rect.SetOriginAndSize( 0.f, in SetBound()
156 const ut::Rect& GetBound() const { return m_Rect; } in GetBound()
167 ut::Rect m_Rect;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_FrustumProjectionUpdater.cpp46 buffer->m_Rect.m_AspectRatio = PROJECTION_ASPECT_RATIO; in Create()
47 buffer->m_Rect.m_Center = PROJECTION_CENTER; in Create()
48 buffer->m_Rect.m_Height = PROJECTION_HEIGHT; in Create()
Dgfx_OrthoProjectionUpdater.cpp46 buffer->m_Rect.m_AspectRatio = PROJECTION_ASPECT_RATIO; in Create()
47 buffer->m_Rect.m_Center = PROJECTION_CENTER; in Create()
48 buffer->m_Rect.m_Height = PROJECTION_HEIGHT; in Create()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResCamera.h167 ResProjectionRect m_Rect; member
173 ResProjectionRect m_Rect; member