Lines Matching defs:v_max
1730 …(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max, const char* … in DragBehaviorT()
1834 …ImGuiDataType data_type, void* v, float v_speed, const void* v_min, const void* v_max, const char*… in DragBehavior()
1861 …ImGuiDataType data_type, void* v, float v_speed, const void* v_min, const void* v_max, const char*… in DragScalar()
1937 …ta_type, void* v, int components, float v_speed, const void* v_min, const void* v_max, const char*… in DragScalarN()
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()
1985 …loat* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const char* fo… in DragFloatRange2()
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()
2030 …abel, int* v_current_min, int* v_current_max, float v_speed, int v_min, int v_max, const char* for… in DragIntRange2()
2077 float ImGui::SliderCalcRatioFromValueT(ImGuiDataType data_type, TYPE v, TYPE v_min, TYPE v_max, flo… in SliderCalcRatioFromValueT()
2104 …bb, ImGuiID id, ImGuiDataType data_type, TYPE* v, const TYPE v_min, const TYPE v_max, const char* … in SliderBehaviorT()
2269 …b, ImGuiID id, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char*… in SliderBehavior()
2297 …t char* label, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char*… in SliderScalar()
2374 …mGuiDataType data_type, void* v, int components, const void* v_min, const void* v_max, const char*… in SliderScalarN()
2402 bool ImGui::SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format, … in SliderFloat()
2407 bool ImGui::SliderFloat2(const char* label, float v[2], float v_min, float v_max, const char* forma… in SliderFloat2()
2412 bool ImGui::SliderFloat3(const char* label, float v[3], float v_min, float v_max, const char* forma… in SliderFloat3()
2417 bool ImGui::SliderFloat4(const char* label, float v[4], float v_min, float v_max, const char* forma… in SliderFloat4()
2432 bool ImGui::SliderInt(const char* label, int* v, int v_min, int v_max, const char* format) in SliderInt()
2437 bool ImGui::SliderInt2(const char* label, int v[2], int v_min, int v_max, const char* format) in SliderInt2()
2442 bool ImGui::SliderInt3(const char* label, int v[3], int v_min, int v_max, const char* format) in SliderInt3()
2447 bool ImGui::SliderInt4(const char* label, int v[4], int v_min, int v_max, const char* format) in SliderInt4()
2452 … ImVec2& size, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char*… in VSliderScalar()
2512 bool ImGui::VSliderFloat(const char* label, const ImVec2& size, float* v, float v_min, float v_max,… in VSliderFloat()
2517 bool ImGui::VSliderInt(const char* label, const ImVec2& size, int* v, int v_min, int v_max, const c… in VSliderInt()
5277 float v_max = -FLT_MAX; in PlotEx() local