Searched refs:plot_type (Results 1 – 6 of 6) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 5225 void ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, i… in PlotEx() argument 5269 …int res_w = ImMin((int)graph_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() 5270 int item_count = values_count + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() 5282 if (plot_type == ImGuiPlotType_Lines) in PlotEx() 5284 else if (plot_type == ImGuiPlotType_Histogram) in PlotEx() 5297 …const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGui… in PlotEx() 5298 …const ImU32 col_hovered = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLinesHover… in PlotEx() 5310 …ImVec2 pos1 = ImLerp(inner_bb.Min, inner_bb.Max, (plot_type == ImGuiPlotType_Lines) ? tp1 : ImVec2… in PlotEx() 5311 if (plot_type == ImGuiPlotType_Lines) in PlotEx() 5315 else if (plot_type == ImGuiPlotType_Histogram) in PlotEx()
|
| D | imgui_internal.h | 1449 …IMGUI_API void PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(…
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 5249 void ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, i… in PlotEx() argument 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() 5309 else if (plot_type == ImGuiPlotType_Histogram) 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() 5340 else if (plot_type == ImGuiPlotType_Histogram) in PlotEx()
|
| D | imgui_internal.h | 1497 …IMGUI_API void PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(…
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 6420 int ImGui::PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(void* data, in… in PlotEx() argument 6465 const int values_count_min = (plot_type == ImGuiPlotType_Lines) ? 2 : 1; in PlotEx() 6469 …int res_w = ImMin((int)frame_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() 6470 int item_count = values_count + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx() 6481 if (plot_type == ImGuiPlotType_Lines) in PlotEx() 6483 else if (plot_type == ImGuiPlotType_Histogram) in PlotEx() 6496 …const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGui… in PlotEx() 6497 …const ImU32 col_hovered = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLinesHover… in PlotEx() 6509 …ImVec2 pos1 = ImLerp(inner_bb.Min, inner_bb.Max, (plot_type == ImGuiPlotType_Lines) ? tp1 : ImVec2… in PlotEx() 6510 if (plot_type == ImGuiPlotType_Lines) in PlotEx() [all …]
|
| D | imgui_internal.h | 2724 …IMGUI_API int PlotEx(ImGuiPlotType plot_type, const char* label, float (*values_getter)(…
|