Home
last modified time | relevance | path

Searched refs:RoundScalarWithFormatT (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1485 …pename T, typename SIGNED_T> IMGUI_API T RoundScalarWithFormatT(const char…
Dimgui_widgets.cpp1692 TYPE ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, TYPE v) in RoundScalarWithFormatT() function in ImGui
1800 v_cur = RoundScalarWithFormatT<TYPE, SIGNEDTYPE>(format, data_type, v_cur); in DragBehaviorT()
2242 v_new = RoundScalarWithFormatT<TYPE,SIGNEDTYPE>(format, data_type, v_new); in SliderBehaviorT()