MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / PlotPieChart

Function PlotPieChart

Source/3rdParty/implot/implot_items.cpp:2968–2970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2966
2967template <typename T>
2968void PlotPieChart(const char* const label_ids[], const T* values, int count, double x, double y, double radius, const char* fmt, double angle0, const ImPlotSpec& spec) {
2969 PlotPieChart<T>(label_ids, values, count, x, y, radius, PieChartFormatter, (void*)fmt, angle0, spec);
2970}
2971#define INSTANTIATE_MACRO(T) template IMPLOT_API void PlotPieChart<T>(const char* const label_ids[], const T* values, int count, double x, double y, double radius, const char* fmt, double angle0, const ImPlotSpec& spec);
2972CALL_INSTANTIATE_FOR_NUMERIC_TYPES()
2973#undef INSTANTIATE_MACRO

Callers 2

Demo_PieChartsFunction · 0.85
showStatsMethod · 0.85

Calls 13

GetPlotDrawListFunction · 0.85
ImHasFlagFunction · 0.85
PieChartSumFunction · 0.85
PushPlotClipRectFunction · 0.85
PlotPieChartExFunction · 0.85
GetItemFunction · 0.85
IsLegendEntryHoveredFunction · 0.85
PlotToPixelsFunction · 0.85
CalcTextColorFunction · 0.85
PopPlotClipRectFunction · 0.85
AddTextMethod · 0.80
cosFunction · 0.50

Tested by

no test coverage detected