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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1595 IMGUI_API void appendf(const char* fmt, ...) IM_FMTARGS(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.
2146 void ImGuiTextBuffer::appendf(const char* fmt, ...) function in class:ImGuiTextBuffer
9151 buf->appendf("[%s][%s]\n", handler->TypeName, name);
9152 buf->appendf("Pos=%d,%d\n", (int)settings->Pos.x, (int)settings->Pos.y);
9153 buf->appendf("Size=%d,%d\n", (int)settings->Size.x, (int)settings->Size.y);
9154 buf->appendf("Collapsed=%d\n", settings->Collapsed);
9155 buf->appendf("\n");
H A Dimgui_demo.cpp3758 log.appendf("%i The quick brown fox jumps over the lazy dog\n", lines+i);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1595 IMGUI_API void appendf(const char* fmt, ...) IM_FMTARGS(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.
2146 void ImGuiTextBuffer::appendf(const char* fmt, ...) function in class:ImGuiTextBuffer
9151 buf->appendf("[%s][%s]\n", handler->TypeName, name);
9152 buf->appendf("Pos=%d,%d\n", (int)settings->Pos.x, (int)settings->Pos.y);
9153 buf->appendf("Size=%d,%d\n", (int)settings->Size.x, (int)settings->Size.y);
9154 buf->appendf("Collapsed=%d\n", settings->Collapsed);
9155 buf->appendf("\n");

Completed in 55 milliseconds