Searched refs:WindowWidth (Results 1 – 3 of 3) sorted by relevance
90 int CDeviceWrapper::WindowWidth() const { return WINDOW_WIDTH; } in WindowWidth() function in CDeviceWrapper155 d3dParams.BackBufferWidth = WindowWidth(); in Init()277 d3dParams.BackBufferWidth = WindowWidth(); in Init()405 desc.InputWidth = WindowWidth(); in DXVAHDInit()408 desc.OutputWidth = WindowWidth(); in DXVAHDInit()
72 int WindowWidth() const;
164 float WindowWidth; member188 … s.WindowWidth = s.PosAsciiEnd + style.ScrollbarSize + style.WindowPadding.x * 2 + s.GlyphWidth; in CalcSizes()196 ImGui::SetNextWindowSizeConstraints(ImVec2(0.0f, 0.0f), ImVec2(s.WindowWidth, FLT_MAX));207 ImGui::SetWindowSize(ImVec2(s.WindowWidth, ImGui::GetWindowSize().y));532 ImGui::SetCursorPosX(s.WindowWidth);