MCPcopy Create free account
hub / github.com/SatDump/SatDump / GetVarPtr

Method GetVarPtr

src-core/imgui/implot/implot.cpp:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 ImU32 Count;
290 ImU32 Offset;
291 void* GetVarPtr(ImPlotStyle* style) const { return (void*)((unsigned char*)style + Offset); }
292};
293
294static const ImPlotStyleVarInfo GPlotStyleVarInfo[] =

Callers 2

PushStyleVarFunction · 0.45
PopStyleVarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected