Searched refs:ImGuiPlotType_Lines (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 5294 …int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() 5295 int item_count = values_count + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() 5307 if (plot_type == ImGuiPlotType_Lines) in PlotEx() 5322 …const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGui… in PlotEx() 5323 …const ImU32 col_hovered = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLinesHover… in PlotEx() 5335 …ImVec2 pos1 = ImLerp(inner_bb.Min, inner_bb.Max, (plot_type == ImGuiPlotType_Lines) ? tp1 : ImVec2… in PlotEx() 5336 if (plot_type == ImGuiPlotType_Lines) in PlotEx() 5378 …PlotEx(ImGuiPlotType_Lines, label, &Plot_ArrayGetter, (void*)&data, values_count, values_offset, o… in PlotLines() 5383 …PlotEx(ImGuiPlotType_Lines, label, values_getter, data, values_count, values_offset, overlay_text,… in PlotLines()
|
D | imgui_internal.h | 396 ImGuiPlotType_Lines, enumerator
|