Searched refs:ImGuiCol_PlotHistogramHovered (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 220 colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f); in StyleColorsDark() 275 colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.60f, 0.00f, 1.00f); in StyleColorsClassic() 331 colors[ImGuiCol_PlotHistogramHovered] = ImVec4(1.00f, 0.45f, 0.00f, 1.00f); in StyleColorsLight()
|
D | imgui.h | 1038 ImGuiCol_PlotHistogramHovered, enumerator
|
D | imgui_widgets.cpp | 5323 …32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLinesHovered : ImGuiCol_PlotHistogramHovered); in PlotEx()
|
D | imgui.cpp | 5920 case ImGuiCol_PlotHistogramHovered: return "PlotHistogramHovered"; in GetStyleColorName()
|