Home
last modified time | relevance | path

Searched refs:ShowStackToolWindow (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui.h310 …IMGUI_API void ShowStackToolWindow(bool* p_open = NULL); // create Stack Tool window. h…
Dimgui.cpp11265 ShowStackToolWindow(&cfg->ShowStackTool); in ShowMetricsWindow()
12161 void ImGui::ShowStackToolWindow(bool* p_open) in ShowStackToolWindow() function in ImGui
12238 void ImGui::ShowStackToolWindow(bool*) {} in ShowStackToolWindow() function in ImGui
Dimgui_demo.cpp302 if (show_app_stack_tool) { ImGui::ShowStackToolWindow(&show_app_stack_tool); } in ShowDemoWindow()
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md203 Since Dear ImGui 1.85 you can use `Demo>Tools>Stack Tool` or call `ImGui::ShowStackToolWindow()`. T…
DCHANGELOG.txt52 or by calling the ShowStackToolWindow() function. The tool run queries on hovered id to display