Home
last modified time | relevance | path

Searched refs:col4f (Results 1 – 14 of 14) sorted by relevance

/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui_demo.cpp1633 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1639 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1641 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
1642 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
1643 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui_demo.cpp1645 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1651 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1653 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
1654 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
1655 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_demo.cpp1621 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1627 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1629 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
1630 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
1631 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_demo.cpp1621 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1627 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1629 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
1630 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
1631 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_demo.cpp1643 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1649 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1651 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
1652 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
1653 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_demo.cpp1978 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1984 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1986 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
1987 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
1988 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_demo.cpp1370 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindow() local
1382 …if (item_type == 3) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindow()
1383 …if (item_type == 4) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindow()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_demo.cpp1382 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindow() local
1394 …if (item_type == 3) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindow()
1395 …if (item_type == 4) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindow()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_demo.cpp2206 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
2214 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
2216 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
2217 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
2218 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_demo.cpp1407 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1419 …if (item_type == 3) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1420 …if (item_type == 4) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_demo.cpp1411 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
1423 …if (item_type == 3) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
1424 …if (item_type == 4) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_demo.cpp2193 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
2199 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
2201 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
2202 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
2203 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_demo.cpp2252 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
2258 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
2260 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
2261 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
2262 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_demo.cpp2252 static float col4f[4] = { 1.0f, 0.5, 0.0f, 1.0f }; in ShowDemoWindowWidgets() local
2258 …if (item_type == 4) { ret = ImGui::SliderFloat("ITEM: SliderFloat", &col4f[0], 0.0f, 1.0f); } //… in ShowDemoWindowWidgets()
2260 …if (item_type == 6) { ret = ImGui::InputFloat("ITEM: InputFloat", col4f, 1.0f); } //… in ShowDemoWindowWidgets()
2261 …if (item_type == 7) { ret = ImGui::InputFloat3("ITEM: InputFloat3", col4f); } //… in ShowDemoWindowWidgets()
2262 …if (item_type == 8) { ret = ImGui::ColorEdit4("ITEM: ColorEdit4", col4f); } //… in ShowDemoWindowWidgets()