Searched refs:appendfv (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 1596 IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2);
|
| H A D | imgui_demo.cpp | 3477 Buf.appendfv(fmt, args);
|
| H A D | imgui.cpp | 426 - 2017/11/27 (1.53) - renamed ImGuiTextBuffer::append() helper to appendf(), appendv() to appendfv(). If you copied the 'Log' demo in your code, it uses appendv() so that needs to be renamed. 2150 appendfv(fmt, args); 2155 void ImGuiTextBuffer::appendfv(const char* fmt, va_list args) function in class:ImGuiTextBuffer 8788 g.LogClipboard.appendfv(fmt, args);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 1596 IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2);
|
| H A D | imgui.cpp | 426 - 2017/11/27 (1.53) - renamed ImGuiTextBuffer::append() helper to appendf(), appendv() to appendfv(). If you copied the 'Log' demo in your code, it uses appendv() so that needs to be renamed. 2150 appendfv(fmt, args); 2155 void ImGuiTextBuffer::appendfv(const char* fmt, va_list args) function in class:ImGuiTextBuffer 8788 g.LogClipboard.appendfv(fmt, args);
|
Completed in 56 milliseconds