Searched refs:windowWidth (Results 1 – 4 of 4) sorted by relevance
80 void RenderData::SetWindowSize(const f32 windowWidth, const f32 windowHeight) in SetWindowSize() argument82 m_WindowWidth = windowWidth; in SetWindowSize()
98 virtual void SetWindowSize(const f32 windowWidth, const f32 windowHeight);
84 virtual void SetWindowSize(const f32 windowWidth, const f32 windowHeight);92 virtual void GetWindowSize(f32& windowWidth, f32& windowHeight);
164 void GraphicsDrawing::SetWindowSize(const f32 windowWidth, const f32 windowHeight) in SetWindowSize() argument166 m_WindowWidth = windowWidth; in SetWindowSize()174 void GraphicsDrawing::GetWindowSize(f32& windowWidth, f32& windowHeight) in GetWindowSize() argument176 windowWidth = m_WindowWidth; in GetWindowSize()