Searched refs:slider_sz (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp2114 const float slider_sz = (bb.Max[axis] - bb.Min[axis]) - grab_padding * 2.0f; local in function:ImGui::SliderBehaviorT
2118 grab_sz = ImMax((float)(slider_sz / (v_range + 1)), style.GrabMinSize); // For integer sliders: if possible have the grab size represent 1 unit
2119 grab_sz = ImMin(grab_sz, slider_sz);
2120 const float slider_usable_sz = slider_sz - grab_sz;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp2114 const float slider_sz = (bb.Max[axis] - bb.Min[axis]) - grab_padding * 2.0f; local in function:ImGui::SliderBehaviorT
2118 grab_sz = ImMax((float)(slider_sz / (v_range + 1)), style.GrabMinSize); // For integer sliders: if possible have the grab size represent 1 unit
2119 grab_sz = ImMin(grab_sz, slider_sz);
2120 const float slider_usable_sz = slider_sz - grab_sz;

Completed in 26 milliseconds