Home
last modified time | relevance | path

Searched defs:CustomConstraints (Results 1 – 17 of 17) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_demo.cpp2687 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
2689 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
2690 static void Step(ImGuiSizeCallbackData* data) in ShowExampleAppConstrainedResize()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui_demo.cpp2687 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
2689 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
2690 static void Step(ImGuiSizeCallbackData* data) in ShowExampleAppConstrainedResize()
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_demo.cpp3360 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
3362 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
3363 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_demo.cpp3396 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
3398 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
3399 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_demo.cpp3711 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
3713 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
3714 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_demo.cpp3715 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
3717 …MAX(data->DesiredSize.x, data->DesiredSize.y), IM_MAX(data->DesiredSize.x, data->DesiredSize.y)); } in ShowExampleAppConstrainedResize()
3718 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui_demo.cpp4307 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
4309 …Size.y = (data->DesiredSize.x > data->DesiredSize.y ? data->DesiredSize.x : data->DesiredSize.y); } in ShowExampleAppConstrainedResize()
4310 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui_demo.cpp4342 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
4344 …Size.y = (data->DesiredSize.x > data->DesiredSize.y ? data->DesiredSize.x : data->DesiredSize.y); } in ShowExampleAppConstrainedResize()
4345 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_demo.cpp4280 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
4282 …Size.y = (data->DesiredSize.x > data->DesiredSize.y ? data->DesiredSize.x : data->DesiredSize.y); } in ShowExampleAppConstrainedResize()
4283 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_demo.cpp4280 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
4282 …Size.y = (data->DesiredSize.x > data->DesiredSize.y ? data->DesiredSize.x : data->DesiredSize.y); } in ShowExampleAppConstrainedResize()
4283 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_demo.cpp4319 struct CustomConstraints // Helper functions to demonstrate programmatic constraints in ShowExampleAppConstrainedResize() struct
4321 …Size.y = (data->DesiredSize.x > data->DesiredSize.y ? data->DesiredSize.x : data->DesiredSize.y); } in ShowExampleAppConstrainedResize()
4322 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_demo.cpp4939 struct CustomConstraints in ShowExampleAppConstrainedResize() struct
4942 …) { data->DesiredSize.x = data->DesiredSize.y = IM_MAX(data->DesiredSize.x, data->DesiredSize.y); } in ShowExampleAppConstrainedResize()
4943 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des… in ShowExampleAppConstrainedResize()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_demo.cpp6970 struct CustomConstraints struct
6973 …) { data->DesiredSize.x = data->DesiredSize.y = IM_MAX(data->DesiredSize.x, data->DesiredSize.y); }
6974 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des…
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_demo.cpp6951 struct CustomConstraints struct
6954 …) { data->DesiredSize.x = data->DesiredSize.y = IM_MAX(data->DesiredSize.x, data->DesiredSize.y); }
6955 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des…
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_demo.cpp6999 struct CustomConstraints struct
7002 …) { data->DesiredSize.x = data->DesiredSize.y = IM_MAX(data->DesiredSize.x, data->DesiredSize.y); }
7003 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des…
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_demo.cpp6999 struct CustomConstraints struct
7002 …) { data->DesiredSize.x = data->DesiredSize.y = IM_MAX(data->DesiredSize.x, data->DesiredSize.y); }
7003 …rData; data->DesiredSize = ImVec2((int)(data->DesiredSize.x / step + 0.5f) * step, (int)(data->Des…
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/orgpolicy/v2/
H A Dorgpolicy-gen.go191 CustomConstraints *OrganizationsCustomConstraintsService member