Home
last modified time | relevance | path

Searched refs:WindowWidth (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
H A Dtri.cpp67 const int WindowWidth = 250; in main() local
72 RECT rect = {0, 0, WindowWidth, WindowHeight}; in main()
248 ViewPort.Width = WindowWidth; in main()
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h164 float WindowWidth; member
188 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)); in DrawWindow()
207 ImGui::SetWindowSize(ImVec2(s.WindowWidth, ImGui::GetWindowSize().y)); in DrawWindow()
532 ImGui::SetCursorPosX(s.WindowWidth); in DrawContents()

Completed in 3 milliseconds