Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp215 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsDark()
270 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsClassic()
326 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsLight()
Dimgui.h1033 ImGuiCol_TabUnfocused, enumerator
Dimgui_widgets.cpp6494 …bActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabUnfocused)); in TabItemEx()
Dimgui.cpp5915 case ImGuiCol_TabUnfocused: return "TabUnfocused"; in GetStyleColorName()