Searched refs:ImGuiCol_PlotHistogram (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp219 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
274 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
330 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
H A Dimgui.h1037 ImGuiCol_PlotHistogram, enumerator in enum:ImGuiCol_
H A Dimgui_widgets.cpp1045 RenderRectFilledRangeH(window->DrawList, bb, GetColorU32(ImGuiCol_PlotHistogram), 0.0f, fraction, style.FrameRounding);
5322 const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGuiCol_PlotHistogram);
H A Dimgui.cpp5919 case ImGuiCol_PlotHistogram: return "PlotHistogram";
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp219 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
274 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
330 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f);
H A Dimgui.h1037 ImGuiCol_PlotHistogram, enumerator in enum:ImGuiCol_
H A Dimgui_widgets.cpp1045 RenderRectFilledRangeH(window->DrawList, bb, GetColorU32(ImGuiCol_PlotHistogram), 0.0f, fraction, style.FrameRounding);
5322 const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGuiCol_PlotHistogram);
H A Dimgui.cpp5919 case ImGuiCol_PlotHistogram: return "PlotHistogram";

Completed in 86 milliseconds