Searched refs:tree_depth (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp8809 const int tree_depth = (window->DC.TreeDepth - g.LogStartDepth); local in function:ImGui::LogRenderedText
8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp8809 const int tree_depth = (window->DC.TreeDepth - g.LogStartDepth); local in function:ImGui::LogRenderedText
8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start);

Completed in 35 milliseconds