Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp201 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
256 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
312 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
Dimgui_widgets.cpp573 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
647 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
680 …enter, ImMax(2.0f, radius), GetColorU32(held ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton()
701 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
896 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton()
1316 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
Dimgui.h1019 ImGuiCol_ButtonHovered, enumerator
Dimgui.cpp5901 case ImGuiCol_ButtonHovered: return "ButtonHovered"; in GetStyleColorName()