Home
last modified time | relevance | path

Searched refs:ImGuiCond_FirstUseEver (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp1087 ImGui::SetNextWindowPos(window->position, ImGuiCond_FirstUseEver); in display_windows()
1088 ImGui::SetNextWindowSize(window->size, ImGuiCond_FirstUseEver); in display_windows()
/external/skia/tools/viewer/
DViewer.cpp1809 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui()
2560 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui()
2574 ImGui::SetNextWindowSize(ImVec2(200, 200), ImGuiCond_FirstUseEver); in drawImGui()
/external/skqp/tools/viewer/
DViewer.cpp1496 ImGui::SetNextWindowSize(ImVec2(400, 400), ImGuiCond_FirstUseEver); in drawImGui()
1937 ImGui::SetNextWindowSize(ImVec2(200, 200), ImGuiCond_FirstUseEver); in drawImGui()
/external/mesa3d/src/imgui/
Dimgui.h1156ImGuiCond_FirstUseEver = 1 << 2, // Set the variable if the object/window has no persistently s… enumerator
1161 … ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, ImGuiSetC…
Dimgui.cpp2534 …tWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCon… in ImGuiWindow()
3534 SetNextWindowSize(ImVec2(400,400), ImGuiCond_FirstUseEver); in NewFrame()
4496 SetWindowConditionAllowFlags(window, ImGuiCond_FirstUseEver, false); in CreateNewWindow()
4945 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in Begin()
5493 SetNextWindowSize(size_first_use, ImGuiCond_FirstUseEver); in Begin()
6055 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in SetWindowPos()
6090 …window->SetWindowSizeAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing… in SetWindowSize()
6131 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()