Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp198 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()
Dimgui_widgets.cpp569 …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()
Dimgui_demo.cpp425 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()
Dimgui.h1011 ImGuiCol_Button, enumerator
Dimgui.cpp5773 case ImGuiCol_Button: return "Button"; in GetStyleColorName()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp698 …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()
Dimgui_draw.cpp216 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()
Dimgui_demo.cpp571 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…
Dimgui.h1475 ImGuiCol_Button, enumerator
Dimgui.cpp2648 case ImGuiCol_Button: return "Button"; in GetStyleColorName()