Searched refs:TabItemCalcSize (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1434 IMGUI_API ImVec2 TabItemCalcSize(const char* label, bool has_close_button);
H A Dimgui_widgets.cpp6034 tab->WidthContents = TabItemCalcSize(tab_name, (tab->Flags & ImGuiTabItemFlags_NoCloseButton) ? false : true).x;
6303 // - TabItemCalcSize() [Internal]
6363 ImVec2 size = TabItemCalcSize(label, p_open != NULL);
6543 ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1434 IMGUI_API ImVec2 TabItemCalcSize(const char* label, bool has_close_button);
H A Dimgui_widgets.cpp6034 tab->WidthContents = TabItemCalcSize(tab_name, (tab->Flags & ImGuiTabItemFlags_NoCloseButton) ? false : true).x;
6303 // - TabItemCalcSize() [Internal]
6363 ImVec2 size = TabItemCalcSize(label, p_open != NULL);
6543 ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) function in class:ImGui

Completed in 35 milliseconds