Searched refs:ImGuiCol_NavHighlight (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 223 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()
|
D | imgui.h | 1041 ImGuiCol_NavHighlight, // Gamepad/keyboard: current highlighted item enumerator
|
D | imgui.cpp | 2480 …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()
|