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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp6760 int current_stack_size = g.BeginPopupStack.Size; local in function:ImGui::OpenPopupEx
6771 if (g.OpenPopupStack.Size < current_stack_size + 1)
6780 if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCount - 1)
6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount;
6787 g.OpenPopupStack.resize(current_stack_size + 1);
6788 g.OpenPopupStack[current_stack_size] = popup_ref;
6793 //if (g.OpenPopupStack[current_stack_size].PopupId == id)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp6760 int current_stack_size = g.BeginPopupStack.Size; local in function:ImGui::OpenPopupEx
6771 if (g.OpenPopupStack.Size < current_stack_size + 1)
6780 if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCount - 1)
6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount;
6787 g.OpenPopupStack.resize(current_stack_size + 1);
6788 g.OpenPopupStack[current_stack_size] = popup_ref;
6793 //if (g.OpenPopupStack[current_stack_size].PopupId == id)

Completed in 32 milliseconds