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

Function PopPlotClipRect

Source/3rdParty/implot/implot.cpp:4940–4943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4938}
4939
4940void PopPlotClipRect() {
4941 SetupLock();
4942 ImGui::PopClipRect();
4943}
4944
4945static void HelpMarker(const char* desc) {
4946 ImGui::TextDisabled("(?)");

Callers 15

Demo_CustomRenderingFunction · 0.85
PlotCandlestickFunction · 0.85
EndPlotFunction · 0.85
DragPointFunction · 0.85
DragLineXFunction · 0.85
DragLineYFunction · 0.85
DragRectFunction · 0.85
EndItemFunction · 0.85
PlotLineExFunction · 0.85
PlotScatterExFunction · 0.85
PlotStairsExFunction · 0.85
PlotStemsExFunction · 0.85

Calls 1

SetupLockFunction · 0.85

Tested by

no test coverage detected