Searched refs:VSliderScalar (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h442 IMGUI_API bool VSliderScalar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char* format = NULL, float power = 1.0f);
H A Dimgui_widgets.cpp2071 // - VSliderScalar()
2452 bool ImGui::VSliderScalar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char* format, float power) function in class:ImGui
2514 return VSliderScalar(label, size, ImGuiDataType_Float, v, &v_min, &v_max, format, power);
2519 return VSliderScalar(label, size, ImGuiDataType_S32, v, &v_min, &v_max, format);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h442 IMGUI_API bool VSliderScalar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char* format = NULL, float power = 1.0f);
H A Dimgui_widgets.cpp2071 // - VSliderScalar()
2452 bool ImGui::VSliderScalar(const char* label, const ImVec2& size, ImGuiDataType data_type, void* v, const void* v_min, const void* v_max, const char* format, float power) function in class:ImGui
2514 return VSliderScalar(label, size, ImGuiDataType_Float, v, &v_min, &v_max, format, power);
2519 return VSliderScalar(label, size, ImGuiDataType_S32, v, &v_min, &v_max, format);

Completed in 42 milliseconds