Searched refs:ImGuiCol_TabHovered (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 213 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsDark() 268 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsClassic() 324 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsLight()
|
D | imgui.h | 1031 ImGuiCol_TabHovered, enumerator
|
D | imgui_widgets.cpp | 6494 …const ImU32 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ?… in TabItemEx()
|
D | imgui.cpp | 5913 case ImGuiCol_TabHovered: return "TabHovered"; in GetStyleColorName()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 211 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsDark() 266 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsClassic() 322 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsLight()
|
D | imgui.h | 1024 ImGuiCol_TabHovered, enumerator
|
D | imgui_widgets.cpp | 6407 …const ImU32 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ?… in TabItemEx()
|
D | imgui.cpp | 5786 case ImGuiCol_TabHovered: return "TabHovered"; in GetStyleColorName()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 229 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsDark() 289 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsClassic() 350 colors[ImGuiCol_TabHovered] = colors[ImGuiCol_HeaderHovered]; in StyleColorsLight()
|
D | imgui.h | 1488 ImGuiCol_TabHovered, enumerator
|
D | imgui_widgets.cpp | 8030 …const ImU32 tab_col = GetColorU32((held || hovered) ? ImGuiCol_TabHovered : tab_contents_visible ?… in TabItemEx()
|
D | imgui.cpp | 2661 case ImGuiCol_TabHovered: return "TabHovered"; 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 | 1678 …- Style: Added ImGuiCol_Tab, ImGuiCol_TabHovered, ImGuiCol_TabActive, ImGuiCol_TabUnfocused, ImGui…
|