Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h1025 ImGuiCol_SeparatorHovered, enumerator
1051 …, ImGuiCol_Column = ImGuiCol_Separator, ImGuiCol_ColumnHovered = ImGuiCol_SeparatorHovered, ImGuiC…
Dimgui_draw.cpp207 colors[ImGuiCol_SeparatorHovered] = ImVec4(0.10f, 0.40f, 0.75f, 0.78f); in StyleColorsDark()
262 colors[ImGuiCol_SeparatorHovered] = ImVec4(0.60f, 0.60f, 0.70f, 1.00f); in StyleColorsClassic()
318 colors[ImGuiCol_SeparatorHovered] = ImVec4(0.14f, 0.44f, 0.80f, 0.78f); in StyleColorsLight()
Dimgui.cpp5907 case ImGuiCol_SeparatorHovered: return "SeparatorHovered"; in GetStyleColorName()
8429 …2 col = GetColorU32(held ? ImGuiCol_SeparatorActive : hovered ? ImGuiCol_SeparatorHovered : ImGuiC… in EndColumns()
Dimgui_widgets.cpp1258 …ive : (hovered && g.HoveredIdTimer >= hover_visibility_delay) ? ImGuiCol_SeparatorHovered : ImGuiC… in SplitterBehavior()