Searched refs:ImGuiCol_ButtonHovered (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 201 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()
|
D | imgui_widgets.cpp | 573 …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()
|
D | imgui.h | 1019 ImGuiCol_ButtonHovered, enumerator
|
D | imgui.cpp | 5901 case ImGuiCol_ButtonHovered: return "ButtonHovered"; in GetStyleColorName()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 199 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()
|
D | imgui_widgets.cpp | 569 …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()
|
D | imgui_demo.cpp | 426 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()
|
D | imgui.h | 1012 ImGuiCol_ButtonHovered, enumerator
|
D | imgui.cpp | 5774 case ImGuiCol_ButtonHovered: return "ButtonHovered"; in GetStyleColorName()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 698 …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()
|
D | imgui_draw.cpp | 217 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()
|
D | imgui.h | 1476 ImGuiCol_ButtonHovered, enumerator
|
D | imgui_demo.cpp | 572 … 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()
|
D | imgui.cpp | 2649 case ImGuiCol_ButtonHovered: return "ButtonHovered"; in GetStyleColorName()
|