Searched refs:ImGuiCol_TabHovered (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp213 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered];
268 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered];
324 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered];
H A Dimgui.h1031 ImGuiCol_TabHovered, enumerator in enum:ImGuiCol_
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));
H A Dimgui.cpp5913 case ImGuiCol_TabHovered: return "TabHovered";
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp213 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered];
268 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered];
324 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered];
H A Dimgui.h1031 ImGuiCol_TabHovered, enumerator in enum:ImGuiCol_
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));
H A Dimgui.cpp5913 case ImGuiCol_TabHovered: return "TabHovered";

Completed in 101 milliseconds