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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp6819 int popup_count_to_keep = 0; local in function:ImGui::ClosePopupsOverWindow
6823 for (; popup_count_to_keep < g.OpenPopupStack.Size; popup_count_to_keep++)
6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep];
6834 for (int m = popup_count_to_keep; m < g.OpenPopupStack.Size && !popup_or_descendent_has_focus; m++)
6841 if (popup_count_to_keep < g.OpenPopupStack.Size) // This test is not required but it allows to set a convenient breakpoint on the statement below
6843 //IMGUI_DEBUG_LOG("ClosePopupsOverWindow(%s) -> ClosePopupToLevel(%d)\n", ref_window->Name, popup_count_to_keep);
6844 ClosePopupToLevel(popup_count_to_keep, false);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp6819 int popup_count_to_keep = 0; local in function:ImGui::ClosePopupsOverWindow
6823 for (; popup_count_to_keep < g.OpenPopupStack.Size; popup_count_to_keep++)
6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep];
6834 for (int m = popup_count_to_keep; m < g.OpenPopupStack.Size && !popup_or_descendent_has_focus; m++)
6841 if (popup_count_to_keep < g.OpenPopupStack.Size) // This test is not required but it allows to set a convenient breakpoint on the statement below
6843 //IMGUI_DEBUG_LOG("ClosePopupsOverWindow(%s) -> ClosePopupToLevel(%d)\n", ref_window->Name, popup_count_to_keep);
6844 ClosePopupToLevel(popup_count_to_keep, false);

Completed in 49 milliseconds