Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimgui.cpp6760 int current_stack_size = g.BeginPopupStack.Size; in OpenPopupEx() local
6771 if (g.OpenPopupStack.Size < current_stack_size + 1) in OpenPopupEx()
6780 …if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].Ope… in OpenPopupEx()
6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()
6787 g.OpenPopupStack.resize(current_stack_size + 1); in OpenPopupEx()
6788 g.OpenPopupStack[current_stack_size] = popup_ref; in OpenPopupEx()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp8324 const int current_stack_size = g.BeginPopupStack.Size; in OpenPopupEx() local
8340 if (g.OpenPopupStack.Size < current_stack_size + 1) in OpenPopupEx()
8349 …if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].Ope… in OpenPopupEx()
8351 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()
8356 ClosePopupToLevel(current_stack_size, false); in OpenPopupEx()