Searched refs:ImGuiCol_Tab (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 212 …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()
|
D | imgui.h | 1030 ImGuiCol_Tab, enumerator
|
D | imgui_widgets.cpp | 5916 … 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()
|
D | imgui.cpp | 5912 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 210 …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()
|
D | imgui.h | 1023 ImGuiCol_Tab, enumerator
|
D | imgui_widgets.cpp | 5884 … 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()
|
D | imgui.cpp | 5785 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 228 …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()
|
D | imgui.h | 1487 ImGuiCol_Tab, enumerator
|
D | imgui_widgets.cpp | 8030 …mGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabU… in TabItemEx()
|
D | imgui.cpp | 2660 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 49 …- Style: Added ImGuiCol_Tab, ImGuiCol_TabHovered, ImGuiCol_TabActive, ImGuiCol_TabUnfocused, ImGui…
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 1291 - 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…
|