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

Method Init

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

Source from the content-addressed store, hash-verified

984 P1 = this->Transformer(Getter[0]);
985 }
986 void Init(ImDrawList& draw_list) const {
987 GetLineRenderProps(draw_list, HalfWeight, UV0, UV1);
988 }
989 IMPLOT_INLINE bool Render(ImDrawList& draw_list, const ImRect& cull_rect, int prim) const {
990 ImVec2 P2 = this->Transformer(Getter[prim + 1]);
991 if (!cull_rect.Overlaps(ImRect(ImMin(P1, P2), ImMax(P1, P2)))) {

Callers

nothing calls this directly

Calls 1

GetLineRenderPropsFunction · 0.85

Tested by

no test coverage detected