Searched refs:ImGuiCol_SeparatorHovered (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.h | 1025 ImGuiCol_SeparatorHovered, enumerator 1051 …, ImGuiCol_Column = ImGuiCol_Separator, ImGuiCol_ColumnHovered = ImGuiCol_SeparatorHovered, ImGuiC…
|
D | imgui_draw.cpp | 207 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()
|
D | imgui.cpp | 5907 case ImGuiCol_SeparatorHovered: return "SeparatorHovered"; in GetStyleColorName() 8429 …2 col = GetColorU32(held ? ImGuiCol_SeparatorActive : hovered ? ImGuiCol_SeparatorHovered : ImGuiC… in EndColumns()
|
D | imgui_widgets.cpp | 1258 …ive : (hovered && g.HoveredIdTimer >= hover_visibility_delay) ? ImGuiCol_SeparatorHovered : ImGuiC… in SplitterBehavior()
|