Searched refs:RoundScalarWithFormatT (Results 1 – 2 of 2) sorted by relevance
1485 …pename T, typename SIGNED_T> IMGUI_API T RoundScalarWithFormatT(const char…
1692 TYPE ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, TYPE v) in RoundScalarWithFormatT() function in ImGui1800 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()