Searched refs:float_format (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 516 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
|
| H A D | imgui_widgets.cpp | 5419 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 D | imgui.h | 516 IMGUI_API void Value(const char* prefix, float v, const char* float_format = NULL);
|
| H A D | imgui_widgets.cpp | 5419 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