Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp216 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsDark()
271 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsClassic()
327 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsLight()
Dimgui.h1034 ImGuiCol_TabUnfocusedActive, enumerator
Dimgui_widgets.cpp6494 …tab_contents_visible ? (tab_bar_focused ? ImGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab… in TabItemEx()
Dimgui.cpp5916 case ImGuiCol_TabUnfocusedActive: return "TabUnfocusedActive"; in GetStyleColorName()