Home
last modified time | relevance | path

Searched refs:ImGuiCol_Tab (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp212 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsDark()
215 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsDark()
267 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsClassic()
270 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsClassic()
323 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsLight()
326 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsLight()
Dimgui.h1030 ImGuiCol_Tab, enumerator
Dimgui_widgets.cpp5916 … ImU32 col = GetColorU32((flags & ImGuiTabBarFlags_IsFocused) ? ImGuiCol_TabActive : ImGuiCol_Tab); in BeginTabBarEx()
6494 …mGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabU… in TabItemEx()
Dimgui.cpp5912 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()