OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendf
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
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.
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");
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
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.
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 19 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026