Searched refs:ImGuiCond_Always (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp672 ImGui::SetNextWindowSize(data->window_size, ImGuiCond_Always);
675 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always);
679 ImGuiCond_Always);
683 ImGuiCond_Always);
688 ImGuiCond_Always);
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp904 ImGui::SetNextWindowSize(data->window_size, ImGuiCond_Always);
907 ImGui::SetNextWindowPos(ImVec2(margin, margin), ImGuiCond_Always);
911 ImGuiCond_Always);
915 ImGuiCond_Always);
920 ImGuiCond_Always);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2534 SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing;
3121 SetWindowPos(moving_window, pos, ImGuiCond_Always);
6184 g.NextWindowData.PosCond = cond ? cond : ImGuiCond_Always;
6192 g.NextWindowData.SizeCond = cond ? cond : ImGuiCond_Always;
6198 g.NextWindowData.SizeConstraintCond = ImGuiCond_Always;
6208 g.NextWindowData.ContentSizeCond = ImGuiCond_Always;
6216 g.NextWindowData.CollapsedCond = cond ? cond : ImGuiCond_Always;
6222 g.NextWindowData.FocusCond = ImGuiCond_Always; // Using a Cond member for consistency (may transition all of them to single flag set for fast Clear() op)
6229 g.NextWindowData.BgAlphaCond = ImGuiCond_Always; // Using a Cond member for consistency (may transition all of them to single flag set for fast Clear() op)
8130 SetNextWindowPos(g.IO.DisplaySize * 0.5f, ImGuiCond_Always, ImVec
[all...]
H A Dimgui.h1151 // Important: Treat as a regular enum! Do NOT combine multiple values using binary operators! All the functions above treat 0 as a shortcut to ImGuiCond_Always.
1154 ImGuiCond_Always = 1 << 0, // Set the variable enumerator in enum:ImGuiCond_
1161 , ImGuiSetCond_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetCond_Appearing = ImGuiCond_Appearing
H A Dimgui_widgets.cpp4725 if (g.NextTreeNodeOpenCond & ImGuiCond_Always)
4973 g.NextTreeNodeOpenCond = cond ? cond : ImGuiCond_Always;
5718 SetNextWindowPos(popup_pos, ImGuiCond_Always);
H A Dimgui_demo.cpp3877 ImGui::SetNextWindowPos(window_pos, ImGuiCond_Always, window_pos_pivot);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2534 SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing;
3121 SetWindowPos(moving_window, pos, ImGuiCond_Always);
6184 g.NextWindowData.PosCond = cond ? cond : ImGuiCond_Always;
6192 g.NextWindowData.SizeCond = cond ? cond : ImGuiCond_Always;
6198 g.NextWindowData.SizeConstraintCond = ImGuiCond_Always;
6208 g.NextWindowData.ContentSizeCond = ImGuiCond_Always;
6216 g.NextWindowData.CollapsedCond = cond ? cond : ImGuiCond_Always;
6222 g.NextWindowData.FocusCond = ImGuiCond_Always; // Using a Cond member for consistency (may transition all of them to single flag set for fast Clear() op)
6229 g.NextWindowData.BgAlphaCond = ImGuiCond_Always; // Using a Cond member for consistency (may transition all of them to single flag set for fast Clear() op)
8130 SetNextWindowPos(g.IO.DisplaySize * 0.5f, ImGuiCond_Always, ImVec
[all...]
H A Dimgui.h1151 // Important: Treat as a regular enum! Do NOT combine multiple values using binary operators! All the functions above treat 0 as a shortcut to ImGuiCond_Always.
1154 ImGuiCond_Always = 1 << 0, // Set the variable enumerator in enum:ImGuiCond_
1161 , ImGuiSetCond_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetCond_Appearing = ImGuiCond_Appearing
H A Dimgui_widgets.cpp4725 if (g.NextTreeNodeOpenCond & ImGuiCond_Always)
4973 g.NextTreeNodeOpenCond = cond ? cond : ImGuiCond_Always;
5718 SetNextWindowPos(popup_pos, ImGuiCond_Always);

Completed in 111 milliseconds