Home
last modified time | relevance | path

Searched defs:ExampleAppLog (Results 1 – 1 of 1) 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()