Home
last modified time | relevance | path

Searched refs:ImGuiSetCond_FirstUseEver (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/qtimgui/demo-window/
H A Ddemo-window.cpp36 ImGui::SetNextWindowSize(ImVec2(200,100), ImGuiSetCond_FirstUseEver); in paintGL()
45 ImGui::SetNextWindowPos(ImVec2(650, 20), ImGuiSetCond_FirstUseEver); in paintGL()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/qtimgui/demo-widget/
H A Ddemo-widget.cpp36 ImGui::SetNextWindowSize(ImVec2(200,100), ImGuiSetCond_FirstUseEver); in paintGL()
45 ImGui::SetNextWindowPos(ImVec2(650, 20), ImGuiSetCond_FirstUseEver); in paintGL()
/dports/graphics/wings/libigl-2.1.0/tutorial/106_ViewerMenu/
H A Dmain.cpp82 ImGui::SetNextWindowPos(ImVec2(180.f * menu.menu_scaling(), 10), ImGuiSetCond_FirstUseEver); in main()
83 ImGui::SetNextWindowSize(ImVec2(200, 160), ImGuiSetCond_FirstUseEver); in main()
/dports/graphics/milton/milton-1.9.1/src/
H A Dgui.cc47 ImGui::SetNextWindowPos(ImVec2(left, top), ImGuiSetCond_FirstUseEver); in gui_layer_window()
48 ImGui::SetNextWindowSize(ImVec2(width, height), ImGuiSetCond_FirstUseEver); in gui_layer_window()
316 ImGui::SetNextWindowPos(ImVec2(left, top), ImGuiSetCond_FirstUseEver); in gui_brush_window()
317 ImGui::SetNextWindowSize({width, height}, ImGuiSetCond_FirstUseEver); in gui_brush_window()
770 ImGuiSetCond_FirstUseEver); in milton_imgui_tick()
848 ImGui::SetNextWindowPos(ImVec2(width, 30), ImGuiSetCond_FirstUseEver); in milton_imgui_tick()
850 ImGui::SetNextWindowSize(ImVec2(ui_scale*500, ui_scale*100), ImGuiSetCond_FirstUseEver); in milton_imgui_tick()
864 ImGui::SetNextWindowPos(ImVec2(100, 30), ImGuiSetCond_FirstUseEver); in milton_imgui_tick()
865 …ImGui::SetNextWindowSize({ui_scale*350, ui_scale*235}, ImGuiSetCond_FirstUseEver); // We don't wa… in milton_imgui_tick()
943 ImGui::SetNextWindowPos(ImVec2(ui_scale*300, ui_scale*205), ImGuiSetCond_FirstUseEver); in milton_imgui_tick()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/opengl/glfw/imgui/
H A DImGuiMenu.cpp157 ImGui::SetNextWindowPos(ImVec2(0.0f, 0.0f), ImGuiSetCond_FirstUseEver); in draw_viewer_window()
158 ImGui::SetNextWindowSize(ImVec2(0.0f, 0.0f), ImGuiSetCond_FirstUseEver); in draw_viewer_window()
/dports/graphics/wings/libigl-2.1.0/include/igl/opengl/glfw/imgui/
H A DImGuiMenu.cpp170 ImGui::SetNextWindowPos(ImVec2(0.0f, 0.0f), ImGuiSetCond_FirstUseEver); in draw_viewer_window()
171 ImGui::SetNextWindowSize(ImVec2(0.0f, 0.0f), ImGuiSetCond_FirstUseEver); in draw_viewer_window()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_demo.cpp152 ImGui::SetNextWindowSize(ImVec2(550,680), ImGuiSetCond_FirstUseEver); in ShowTestWindow()
1758 ImGui::SetNextWindowPos(ImVec2(100,100), ImGuiSetCond_FirstUseEver); in ShowExampleAppManipulatingWindowTitle()
1763 ImGui::SetNextWindowPos(ImVec2(100,200), ImGuiSetCond_FirstUseEver); in ShowExampleAppManipulatingWindowTitle()
1771 ImGui::SetNextWindowPos(ImVec2(100,300), ImGuiSetCond_FirstUseEver); in ShowExampleAppManipulatingWindowTitle()
1779 ImGui::SetNextWindowSize(ImVec2(350,560), ImGuiSetCond_FirstUseEver); in ShowExampleAppCustomRendering()
1931 ImGui::SetNextWindowSize(ImVec2(520,600), ImGuiSetCond_FirstUseEver); in Draw()
2179 ImGui::SetNextWindowSize(ImVec2(500,400), ImGuiSetCond_FirstUseEver); in Draw()
2234 ImGui::SetNextWindowSize(ImVec2(500, 440), ImGuiSetCond_FirstUseEver); in ShowExampleAppLayout()
2279 ImGui::SetNextWindowSize(ImVec2(430,450), ImGuiSetCond_FirstUseEver); in ShowExampleAppPropertyEditor()
2351 ImGui::SetNextWindowSize(ImVec2(520,600), ImGuiSetCond_FirstUseEver); in ShowExampleAppLongText()
H A Dimgui.cpp1598 …CollapsedAllowFlags = ImGuiSetCond_Always | ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiS… in ImGuiWindow()
2110 ImGui::SetNextWindowSize(ImVec2(400,400), ImGuiSetCond_FirstUseEver); in NewFrame()
3538 window->SetWindowPosAllowFlags &= ~ImGuiSetCond_FirstUseEver; in CreateNewWindow()
3539 window->SetWindowSizeAllowFlags &= ~ImGuiSetCond_FirstUseEver; in CreateNewWindow()
3540 window->SetWindowCollapsedAllowFlags &= ~ImGuiSetCond_FirstUseEver; in CreateNewWindow()
3647 …window->SetWindowPosAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSetCond_A… in Begin()
4621 …window->SetWindowPosAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSetCond_A… in SetWindowPos()
4656 …window->SetWindowSizeAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSetCond_… in SetWindowSize()
4698 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSet… in SetWindowCollapsed()
H A Dimgui.h649ImGuiSetCond_FirstUseEver = 1 << 2, // Only set the variable if the window doesn't exist in the .… enumerator
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui.cpp1796 …CollapsedAllowFlags = ImGuiSetCond_Always | ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiS… in ImGuiWindow()
2365 ImGui::SetNextWindowSize(ImVec2(400,400), ImGuiSetCond_FirstUseEver); in NewFrame()
3803 window->SetWindowPosAllowFlags &= ~ImGuiSetCond_FirstUseEver; in CreateNewWindow()
3804 window->SetWindowSizeAllowFlags &= ~ImGuiSetCond_FirstUseEver; in CreateNewWindow()
3805 window->SetWindowCollapsedAllowFlags &= ~ImGuiSetCond_FirstUseEver; in CreateNewWindow()
3937 …window->SetWindowPosAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSetCond_A… in Begin()
4921 …window->SetWindowPosAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSetCond_A… in SetWindowPos()
4955 …window->SetWindowSizeAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSetCond_… in SetWindowSize()
4997 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiSetCond_Once | ImGuiSetCond_FirstUseEver | ImGuiSet… in SetWindowCollapsed()
H A Dimgui.h684ImGuiSetCond_FirstUseEver = 1 << 2, // Set the variable if the window has no saved data (if doesn… enumerator
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui.h926 ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, enumerator
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dimgui.h951 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui.h926 ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, enumerator
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui.h1152 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/imgui/
H A Dimgui.h1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui.h1033 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/imgui/
H A Dimgui.h1189 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/lang/clover/mesa-21.3.6/src/imgui/
H A Dimgui.h1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/libosmesa/mesa-21.3.6/src/imgui/
H A Dimgui.h1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui.h1153 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/imgui/
H A Dimgui.h1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/mesa-libs/mesa-21.3.6/src/imgui/
H A Dimgui.h1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui.h1040 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/imgui/
H A Dimgui.h1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator

12