Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp223 colors[ImGuiCol_NavHighlight] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark()
278 colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered]; in StyleColorsClassic()
334 colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered]; in StyleColorsLight()
Dimgui.h1041 ImGuiCol_NavHighlight, // Gamepad/keyboard: current highlighted item enumerator
Dimgui.cpp2480 …lay_rect.Max - ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding… in RenderNavHighlight()
2486 …DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), rounding… in RenderNavHighlight()
5923 case ImGuiCol_NavHighlight: return "NavHighlight"; in GetStyleColorName()