Home
last modified time | relevance | path

Searched refs:ImGuiCol_NavWindowingHighlight (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp224 colors[ImGuiCol_NavWindowingHighlight] = ImVec4(1.00f, 1.00f, 1.00f, 0.70f); in StyleColorsDark()
279 colors[ImGuiCol_NavWindowingHighlight] = ImVec4(1.00f, 1.00f, 1.00f, 0.70f); in StyleColorsClassic()
335 colors[ImGuiCol_NavWindowingHighlight] = ImVec4(0.70f, 0.70f, 0.70f, 0.70f); in StyleColorsLight()
Dimgui.h1042 ImGuiCol_NavWindowingHighlight, // Highlight window when using CTRL+TAB enumerator
Dimgui.cpp5215 …window->DrawList->AddRectFilled(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavW… in Begin()
5301 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavWindowi… in Begin()
5924 case ImGuiCol_NavWindowingHighlight: return "NavWindowingHighlight"; in GetStyleColorName()