Home
last modified time | relevance | path

Searched refs:SetWindowCollapsedAllowFlags (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.cpp2534 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()
4463 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()
6129 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()
6131 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
Dimgui_internal.h1172 …ImGuiCond SetWindowCollapsedAllowFlags; // store acceptable condition flags fo… member
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp2949 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()
5141 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()
6911 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()
6913 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
Dimgui_internal.h1967 …ImGuiCond SetWindowCollapsedAllowFlags : 8; // store acceptable condition flags fo… member