/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 573 …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()
|
D | imgui_draw.cpp | 200 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()
|
D | imgui.h | 1018 ImGuiCol_Button, enumerator
|
D | imgui.cpp | 5900 case ImGuiCol_Button: return "Button"; in GetStyleColorName()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 198 colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); in StyleColorsDark() 253 colors[ImGuiCol_Button] = ImVec4(0.35f, 0.40f, 0.61f, 0.62f); in StyleColorsClassic() 309 colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); in StyleColorsLight()
|
D | imgui_widgets.cpp | 569 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ButtonEx() 642 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ArrowButtonEx() 696 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in CollapseButton() 872 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ImageButton() 1310 ….Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button), style.Frame… in BeginCombo() 6182 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarScrollingButtons()
|
D | imgui_demo.cpp | 425 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i/7.0f, 0.6f, 0.6f)); in ShowDemoWindowWidgets() 1966 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindowLayout() 2530 … draw_list->AddLine(io.MouseClickedPos[0], io.MousePos, ImGui::GetColorU32(ImGuiCol_Button), 4.0f); in ShowDemoWindowMisc()
|
D | imgui.h | 1011 ImGuiCol_Button, enumerator
|
D | imgui.cpp | 5773 case ImGuiCol_Button: return "Button"; in GetStyleColorName()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 698 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ButtonEx() 775 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ArrowButtonEx() 840 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in CollapseButton() 1041 …32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in ImageButtonEx() 1602 … ImU32 bg_col = GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in BeginCombo() 7708 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarScrollingButtons() 7767 PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); in TabBarTabListPopupButton()
|
D | imgui_draw.cpp | 216 colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); in StyleColorsDark() 276 colors[ImGuiCol_Button] = ImVec4(0.35f, 0.40f, 0.61f, 0.62f); in StyleColorsClassic() 337 colors[ImGuiCol_Button] = ImVec4(0.26f, 0.59f, 0.98f, 0.40f); in StyleColorsLight()
|
D | imgui_demo.cpp | 571 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(i / 7.0f, 0.6f, 0.6f)); in ShowDemoWindowWidgets() 2944 ImGui::PushStyleColor(ImGuiCol_Button, (ImVec4)ImColor::HSV(hue, 0.6f, 0.6f)); in ShowDemoWindowLayout() 5621 …st()->AddLine(io.MouseClickedPos[0], io.MousePos, ImGui::GetColorU32(ImGuiCol_Button), 4.0f); // D…
|
D | imgui.h | 1475 ImGuiCol_Button, enumerator
|
D | imgui.cpp | 2648 case ImGuiCol_Button: return "Button"; in GetStyleColorName()
|