Home
last modified time | relevance | path

Searched defs:v_speed (Results 1 – 25 of 52) sorted by relevance

123

/dports/math/curv/curv-0.5/libcurv/viewer/
H A Dscale_picker.cc119 MyDragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max… in MyDragBehaviorT()
231 MyDragBehavior(ImGuiID id, ImGuiDataType data_type, void* v, float v_speed, const void* v_min, cons… in MyDragBehavior()
248 MyDragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const void* v_min,… in MyDragScalar()
330 float v_speed = 0.0005f; in run_scale_picker() local
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dcheater.cpp101 Var v_speed("float"); in onEvent() local
/dports/games/pioneer/pioneer-20210723/src/
H A DObjectViewerView.cpp174 …bool DragDouble(const char *label, double *v, double v_speed = 1.0f, double v_min = 0.0f, double v… in DragDouble()
/dports/audio/foo-yc20/foo-yc20-1.3.0/src/
H A Dfoo-yc20-ui2.cpp139 Wdgt::Draggable *v_speed = wdgtPerLabel["speed"]; in YC20UI2() local
H A Dyc20-base-ui.cpp180 …Wdgt::Drawbar *v_speed = new Wdgt::Drawbar(x, y, true, DRAWBAR_BLACK_EMPHASIS_ALPHA, drawbarBlackI… in YC20BaseUI() local
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_widgets.cpp1708 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1805 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* v, float v_speed, const void* v… in DragBehavior()
1832 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1935 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1940 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1945 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1950 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
1980 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
1985 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
1990 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui_widgets.cpp1708 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1806 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* v, float v_speed, const void* v… in DragBehavior()
1833 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1936 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1941 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1946 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1951 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
1981 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
1986 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
1991 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_widgets.cpp1709 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1807 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* v, float v_speed, const void* v… in DragBehavior()
1834 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1937 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1942 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1947 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1952 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
1982 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
1987 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
1992 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/imgui/
H A Dimgui_widgets.cpp1709 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1839 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1945 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1950 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1955 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1960 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
1990 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
1995 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2000 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2005 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_widgets.cpp1718 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1848 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1954 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1959 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1964 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1969 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
1999 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2004 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2009 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2014 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_widgets.cpp1724 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1855 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1961 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1966 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1971 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1976 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2006 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2011 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2016 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2021 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_widgets.cpp2036 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
2151 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void*… in DragBehavior()
2300 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2305 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2310 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2315 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2353 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2358 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2363 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2368 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_widgets.cpp2107 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
2222 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void*… in DragBehavior()
2380 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2385 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2390 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2395 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2433 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2438 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2443 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2448 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_widgets.cpp2222 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
2337 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void*… in DragBehavior()
2494 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2499 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2504 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2509 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2548 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2553 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2558 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2563 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_widgets.cpp2029 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
2144 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void*… in DragBehavior()
2293 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2298 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2303 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2308 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2346 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2351 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2356 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2361 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_widgets.cpp2224 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
2339 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void*… in DragBehavior()
2496 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2501 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2506 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2511 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2550 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2555 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2560 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2565 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_widgets.cpp2100 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
2215 bool ImGui::DragBehavior(ImGuiID id, ImGuiDataType data_type, void* p_v, float v_speed, const void*… in DragBehavior()
2373 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2378 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2383 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2388 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2426 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2431 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2436 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2441 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/imgui/
H A Dimgui_widgets.cpp1835 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1970 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
2074 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
2079 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
2084 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
2089 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2119 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2124 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2129 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2134 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/lang/clover/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp1730 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const … in DragBehaviorT()
1861 bool ImGui::DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const vo… in DragScalar()
1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat()
1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2()
1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3()
1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4()
2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt()
2015 bool ImGui::DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* … in DragInt2()
2020 bool ImGui::DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* … in DragInt3()
2025 bool ImGui::DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* … in DragInt4()
[all …]

123