Searched refs:m_Rect (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_Viewport.h | 60 : 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/ |
| D | gfx_FrustumProjectionUpdater.cpp | 46 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()
|
| D | gfx_OrthoProjectionUpdater.cpp | 46 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/ |
| D | gfx_ResCamera.h | 167 ResProjectionRect m_Rect; member 173 ResProjectionRect m_Rect; member
|