Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp6107 ImGuiID close_button_id = GetIDWithSeed("#CLOSE", NULL, id); in CollapsingHeader() local
8044 const ImGuiID close_button_id = p_open ? GetIDWithSeed("#CLOSE", NULL, id) : 0; in TabItemEx() local
8129 … flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close_button_id, bool is_… in TabItemLabelAndCloseButton()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp6420 const ImGuiID close_button_id = p_open ? window->GetID((void*)(intptr_t)(id + 1)) : 0; in TabItemEx() local
6489 …st ImRect& bb, ImGuiTabItemFlags flags, const char* label, ImGuiID tab_id, ImGuiID close_button_id) in TabItemLabelAndCloseButton()
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp6507 const ImGuiID close_button_id = p_open ? window->GetID((void*)((intptr_t)id + 1)) : 0; in TabItemEx() local
6582 …bItemFlags flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close_button_id) in TabItemLabelAndCloseButton()