Home
last modified time | relevance | path

Searched refs:appendfv (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h1596 IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2);
H A Dimgui.cpp426 - 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); in appendf()
2155 void ImGuiTextBuffer::appendfv(const char* fmt, va_list args) in appendfv() function in ImGuiTextBuffer
8788 g.LogClipboard.appendfv(fmt, args); in LogText()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp555 - 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.
1457 // and setup the wrapper yourself. (FIXME-OPT: Some of our high-level operations such as ImGuiTextBuffer::appendfv() are
2199 appendfv(fmt, args); in appendf()
2204 void ImGuiTextBuffer::appendfv(const char* fmt, va_list args) in appendfv() function in ImGuiTextBuffer
10420 g.LogBuffer.appendfv(fmt, args); in LogTextV()
10425 g.LogBuffer.appendfv(fmt, args); in LogTextV()
H A Dimgui.h2118 IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2);
H A Dimgui_demo.cpp6608 Buf.appendfv(fmt, args);

Completed in 89 milliseconds