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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp8816 const bool is_last_line = (line_end == text_end); local in function:ImGui::LogRenderedText
8817 if (!is_last_line || (line_start != line_end))
8826 if (is_last_line)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp8816 const bool is_last_line = (line_end == text_end); local in function:ImGui::LogRenderedText
8817 if (!is_last_line || (line_start != line_end))
8826 if (is_last_line)

Completed in 33 milliseconds