Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp2477 …SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always… in ImGuiWindow()
4384 …window->SetWindowCollapsedAllowFlags = enabled ? (window->SetWindowCollapsedAllowFlags | flags) : … in SetWindowConditionAllowFlags()
6002 if (cond && (window->SetWindowCollapsedAllowFlags & cond) == 0) in SetWindowCollapsed()
6004 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
Dimgui_internal.h1141 …ImGuiCond SetWindowCollapsedAllowFlags; // store acceptable condition flags fo… member
/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