Home
last modified time | relevance | path

Searched refs:OpenFrameCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h1049 int OpenFrameCount; // Set on OpenPopup() member
1054 ImGuiPopupData() { memset(this, 0, sizeof(*this)); OpenFrameCount = -1; } in ImGuiPopupData()
Dimgui.cpp8334 popup_ref.OpenFrameCount = g.FrameCount; in OpenPopupEx()
8349 …nt_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCoun… in OpenPopupEx()
8351 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h598 int OpenFrameCount; // Set on OpenPopup() member
Dimgui.cpp6635 popup_ref.OpenFrameCount = g.FrameCount; in OpenPopupEx()
6650 …nt_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCoun… in OpenPopupEx()
6652 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()
/third_party/mesa3d/src/imgui/
Dimgui_internal.h619 int OpenFrameCount; // Set on OpenPopup() member
Dimgui.cpp6765 popup_ref.OpenFrameCount = g.FrameCount; in OpenPopupEx()
6780 …nt_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCoun… in OpenPopupEx()
6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount; in OpenPopupEx()