Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp210 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsDark()
213 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsDark()
265 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsClassic()
268 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsClassic()
321 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsLight()
324 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsLight()
Dimgui.h1023 ImGuiCol_Tab, enumerator
Dimgui_widgets.cpp5884 … ImU32 col = GetColorU32((flags & ImGuiTabBarFlags_IsFocused) ? ImGuiCol_TabActive : ImGuiCol_Tab); in BeginTabBarEx()
6407 …mGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabU… in TabItemEx()
Dimgui.cpp5785 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp228 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsDark()
231 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsDark()
288 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsClassic()
291 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsClassic()
349 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsLight()
352 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsLight()
Dimgui.h1487 ImGuiCol_Tab, enumerator
Dimgui_widgets.cpp8030 …mGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabU… in TabItemEx()
Dimgui.cpp2660 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt49 …- Style: Added ImGuiCol_Tab, ImGuiCol_TabHovered, ImGuiCol_TabActive, ImGuiCol_TabUnfocused, ImGui…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1291 - TabBar: Fixed unfocused tab bar separator color (was using ImGuiCol_Tab, should use ImGuiCol_TabU…
1678 …- Style: Added ImGuiCol_Tab, ImGuiCol_TabHovered, ImGuiCol_TabActive, ImGuiCol_TabUnfocused, ImGui…