Searched defs:bg_col (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 775 …const ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_Bu… in ArrowButtonEx() local 840 …ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHo… in CollapseButton() local 986 const ImU32 bg_col = GetColorU32(ImGuiCol_ScrollbarBg); in ScrollbarEx() local 1025 …ize, const ImVec2& uv0, const ImVec2& uv1, const ImVec2& padding, const ImVec4& bg_col, const ImVe… in ImageButtonEx() 1054 …2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVe… in ImageButton() 1602 … ImU32 bg_col = GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button); in BeginCombo() local 5963 …const ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_HeaderActive : hovered ? ImGuiCol_He… in TreeNodeBehavior() local 5984 …const ImU32 bg_col = GetColorU32((held && hovered) ? ImGuiCol_HeaderActive : hovered ? ImGuiCol_He… in TreeNodeBehavior() local
|
D | imgui_demo.cpp | 1014 ImVec4 bg_col = ImVec4(0.0f, 0.0f, 0.0f, 1.0f); // Black background in ShowDemoWindowWidgets() local
|
D | imgui.cpp | 5601 ImU32 bg_col = GetColorU32(GetWindowBgColorIdxFromFlags(flags)); in RenderWindowDecorations() local
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 846 …2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVe… in ImageButton()
|
D | imgui.cpp | 5108 ImU32 bg_col = GetColorU32(GetWindowBgColorIdxFromFlags(flags)); in Begin() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 870 …2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVe… in ImageButton()
|
D | imgui.cpp | 5239 ImU32 bg_col = GetColorU32(GetWindowBgColorIdxFromFlags(flags)); in Begin() local
|