/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/qtimgui/demo-window/ |
H A D | demo-window.cpp | 36 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 D | demo-widget.cpp | 36 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 D | main.cpp | 82 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 D | gui.cc | 47 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 D | ImGuiMenu.cpp | 157 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 D | ImGuiMenu.cpp | 170 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 D | imgui_demo.cpp | 152 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 D | imgui.cpp | 1598 …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 D | imgui.h | 649 …ImGuiSetCond_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 D | imgui.cpp | 1796 …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 D | imgui.h | 684 …ImGuiSetCond_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 D | imgui.h | 926 ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, enumerator
|
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/ |
H A D | imgui.h | 951 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/ |
H A D | imgui.h | 926 ImGuiSetCond_FirstUseEver = ImGuiCond_FirstUseEver, enumerator
|
/dports/misc/box2d/box2d-2.4.1/extern/imgui/ |
H A D | imgui.h | 1152 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/math/curv/curv-0.5/extern/imgui/ |
H A D | imgui.h | 1033 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/imgui/ |
H A D | imgui.h | 1189 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/lang/clover/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/libosmesa/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/milton/milton-1.9.1/third_party/imgui/ |
H A D | imgui.h | 1153 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/mesa-libs/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/ |
H A D | imgui.h | 1040 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/imgui/ |
H A D | imgui.h | 1161 …_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUseEver = ImGuiC… enumerator
|