Home
last modified time | relevance | path

Searched refs:ImGuiCol_PlotHistogram (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp219 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsDark()
274 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsClassic()
330 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsLight()
Dimgui.h1037 ImGuiCol_PlotHistogram, enumerator
Dimgui_widgets.cpp1045 …RenderRectFilledRangeH(window->DrawList, bb, GetColorU32(ImGuiCol_PlotHistogram), 0.0f, fraction, … in ProgressBar()
5322 …se = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGuiCol_PlotHistogram); in PlotEx()
Dimgui.cpp5919 case ImGuiCol_PlotHistogram: return "PlotHistogram"; in GetStyleColorName()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp217 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsDark()
272 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsClassic()
328 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsLight()
Dimgui.h1030 ImGuiCol_PlotHistogram, enumerator
Dimgui_widgets.cpp1039 …RenderRectFilledRangeH(window->DrawList, bb, GetColorU32(ImGuiCol_PlotHistogram), 0.0f, fraction, … in ProgressBar()
5297 …se = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGuiCol_PlotHistogram); in PlotEx()
Dimgui.cpp5792 case ImGuiCol_PlotHistogram: return "PlotHistogram"; in GetStyleColorName()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp235 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsDark()
295 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsClassic()
356 colors[ImGuiCol_PlotHistogram] = ImVec4(0.90f, 0.70f, 0.00f, 1.00f); in StyleColorsLight()
Dimgui.h1494 ImGuiCol_PlotHistogram, enumerator
Dimgui_widgets.cpp1260 …RenderRectFilledRangeH(window->DrawList, bb, GetColorU32(ImGuiCol_PlotHistogram), 0.0f, fraction, … in ProgressBar()
6496 …se = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGuiCol_PlotHistogram); in PlotEx()
Dimgui.cpp2667 case ImGuiCol_PlotHistogram: return "PlotHistogram"; in GetStyleColorName()