Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp573 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ButtonEx()
647 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ArrowButtonEx()
701 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in CollapseButton()
896 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ImageButton()
1316 ….Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button), style.Frame… in BeginCombo()
6227 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarScrollingButtons()
6272 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarTabListPopupButton()
Dimgui_draw.cpp200 colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); in StyleColorsDark()
255 colors[ImGuiCol_Button] = ImVec4(0.35f, 0.40f, 0.61f, 0.62f); in StyleColorsClassic()
311 colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); in StyleColorsLight()
Dimgui.h1018 ImGuiCol_Button, enumerator
Dimgui.cpp5900 case ImGuiCol_Button: return "Button"; in GetStyleColorName()