Searched refs:GetWindowSize (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h205 ImGui::SetWindowSize(ImVec2(s.WindowWidth, ImGui::GetWindowSize().y));
H A Dimgui.h261 IMGUI_API ImVec2 GetWindowSize(); // get current window size
262 IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x)
263 IMGUI_API float GetWindowHeight(); // get current window height (shortcut for GetWindowSize().y)
H A Dimgui.cpp6077 ImVec2 ImGui::GetWindowSize() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h207 ImGui::SetWindowSize(ImVec2(s.WindowWidth, ImGui::GetWindowSize().y));
H A Dimgui.h261 IMGUI_API ImVec2 GetWindowSize(); // get current window size
262 IMGUI_API float GetWindowWidth(); // get current window width (shortcut for GetWindowSize().x)
263 IMGUI_API float GetWindowHeight(); // get current window height (shortcut for GetWindowSize().y)
H A Dimgui.cpp6077 ImVec2 ImGui::GetWindowSize() function in class:ImGui
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp1094 window->size = ImGui::GetWindowSize();
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp1092 window->size = ImGui::GetWindowSize();

Completed in 92 milliseconds