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

Function GetPlotDrawList

Source/3rdParty/implot/implot.cpp:4927–4929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4925}
4926
4927ImDrawList* GetPlotDrawList() {
4928 return ImGui::GetWindowDrawList();
4929}
4930
4931void PushPlotClipRect(float expand) {
4932 ImPlotContext& gp = *GImPlot;

Callers 15

Demo_CustomRenderingFunction · 0.85
PlotCandlestickFunction · 0.85
DragPointFunction · 0.85
DragLineXFunction · 0.85
DragLineYFunction · 0.85
DragRectFunction · 0.85
RenderPrimitives1Function · 0.85
RenderPrimitives2Function · 0.85
RenderPrimitives3Function · 0.85
PlotPolygonExFunction · 0.85
PlotErrorBarsVExFunction · 0.85
PlotErrorBarsHExFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected