Home
last modified time | relevance | path

Searched defs:popup_flags (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui.cpp8255 bool ImGui::IsPopupOpen(ImGuiID id, ImGuiPopupFlags popup_flags) in IsPopupOpen()
8286 bool ImGui::IsPopupOpen(const char* str_id, ImGuiPopupFlags popup_flags) in IsPopupOpen()
8305 void ImGui::OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags) in OpenPopup()
8311 void ImGui::OpenPopup(ImGuiID id, ImGuiPopupFlags popup_flags) in OpenPopup()
8320 void ImGui::OpenPopupEx(ImGuiID id, ImGuiPopupFlags popup_flags) in OpenPopupEx()
8577 void ImGui::OpenPopupOnItemClick(const char* str_id, ImGuiPopupFlags popup_flags) in OpenPopupOnItemClick()
8606 bool ImGui::BeginPopupContextItem(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextItem()
8620 bool ImGui::BeginPopupContextWindow(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextWindow()
8634 bool ImGui::BeginPopupContextVoid(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextVoid()