Searched refs:size_first_use (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 5489 bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_override, ImGuiWindowFlags flags) argument 5492 if (size_first_use.x != 0.0f || size_first_use.y != 0.0f) 5493 SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 5489 bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_override, ImGuiWindowFlags flags) argument 5492 if (size_first_use.x != 0.0f || size_first_use.y != 0.0f) 5493 SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver);
|
Completed in 51 milliseconds