Searched refs:ImGuiCol_NavHighlight (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp223 colors[ImGuiCol_NavHighlight] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f);
278 colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered];
334 colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered];
H A Dimgui.h1041 ImGuiCol_NavHighlight, // Gamepad/keyboard: current highlighted item enumerator in enum:ImGuiCol_
H A Dimgui.cpp2480 window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), display_rect.Max - ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding, ImDrawCornerFlags_All, THICKNESS);
2486 window->DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), rounding, ~0, 1.0f);
5923 case ImGuiCol_NavHighlight: return "NavHighlight";
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp223 colors[ImGuiCol_NavHighlight] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f);
278 colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered];
334 colors[ImGuiCol_NavHighlight] = colors[ImGuiCol_HeaderHovered];
H A Dimgui.h1041 ImGuiCol_NavHighlight, // Gamepad/keyboard: current highlighted item enumerator in enum:ImGuiCol_
H A Dimgui.cpp2480 window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), display_rect.Max - ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding, ImDrawCornerFlags_All, THICKNESS);
2486 window->DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), rounding, ~0, 1.0f);
5923 case ImGuiCol_NavHighlight: return "NavHighlight";

Completed in 66 milliseconds