Home
last modified time | relevance | path

Searched defs:ExampleAppLog (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp3378 struct ExampleAppLog struct
3380 ImGuiTextBuffer Buf;
3381 ImGuiTextFilter Filter;
3382 …to lines offset. We maintain this with AddLog() calls, allowing us to have a random access on lines
3383 bool ScrollToBottom;
3385 void Clear() in Clear()
3392 void AddLog(const char* fmt, ...) IM_FMTARGS(2) in AddLog()
3405 void Draw(const char* title, bool* p_open = NULL) in Draw()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp6583 struct ExampleAppLog struct
6590 ExampleAppLog() argument
6596 void Clear()
6603 void AddLog(const char* fmt, ...) IM_FMTARGS(2)
6615 void Draw(const char* title, bool* p_open = NULL)