Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp199 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
254 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
310 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
Dimgui_widgets.cpp569 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
642 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
675 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton()
696 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
872 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton()
1310 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
Dimgui_demo.cpp426 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowDemoWindowWidgets()
1967 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); in ShowDemoWindowLayout()
Dimgui.h1012 ImGuiCol_ButtonHovered, enumerator
Dimgui.cpp5774 case ImGuiCol_ButtonHovered: return "ButtonHovered"; in GetStyleColorName()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp698 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx()
775 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx()
815 ImU32 col = GetColorU32(held ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered); in CloseButton()
840 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton()
1041 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButtonEx()
1602 … ImU32 bg_col = GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in BeginCombo()
Dimgui_draw.cpp217 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
277 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic()
338 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
Dimgui.h1476 ImGuiCol_ButtonHovered, enumerator
Dimgui_demo.cpp572 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(i / 7.0f, 0.7f, 0.7f)); in ShowDemoWindowWidgets()
2945 … ImGui::PushStyleColor(ImGuiCol_ButtonHovered, (ImVec4)ImColor::HSV(hue, 0.7f, 0.7f)); in ShowDemoWindowLayout()
Dimgui.cpp2649 case ImGuiCol_ButtonHovered: return "ButtonHovered"; in GetStyleColorName()