Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp7384 const bool has_close_button = (tab->Flags & ImGuiTabItemFlags_NoCloseButton) ? false : true; in TabBarLayout() local
8090 ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) in TabItemCalcSize()
Dimgui.cpp5663 const bool has_close_button = (p_open != NULL); in RenderWindowTitleBarContents() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp6456 ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) in TabItemCalcSize()
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp6543 ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) in TabItemCalcSize()