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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h516 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
H A Dimgui_widgets.cpp5419 void ImGui::Value(const char* prefix, float v, const char* float_format) argument
5421 if (float_format)
5424 ImFormatString(fmt, IM_ARRAYSIZE(fmt), "%%s: %s", float_format);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h516 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
H A Dimgui_widgets.cpp5419 void ImGui::Value(const char* prefix, float v, const char* float_format) argument
5421 if (float_format)
5424 ImFormatString(fmt, IM_ARRAYSIZE(fmt), "%%s: %s", float_format);

Completed in 40 milliseconds