Searched refs:tab_col (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp6494 const ImU32 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ? (tab_bar_focused ? ImGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabUnfocused)); local in function:ImGui::TabItemEx
6495 TabItemBackground(display_draw_list, bb, flags, tab_col);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp6494 const ImU32 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ? (tab_bar_focused ? ImGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabUnfocused)); local in function:ImGui::TabItemEx
6495 TabItemBackground(display_draw_list, bb, flags, tab_col);

Completed in 26 milliseconds