MCPcopy Create free account
hub / github.com/ShenCiao/CialloResearch / Init

Method Init

imgui/implot_items.cpp:961–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959 HalfWeight(ImMax(1.0f,weight)*0.5f)
960 {}
961 void Init(ImDrawList& draw_list) const {
962 GetLineRenderProps(draw_list, HalfWeight, UV0, UV1);
963 }
964 IMPLOT_INLINE bool Render(ImDrawList& draw_list, const ImRect& cull_rect, int prim) const {
965 ImVec2 P1 = this->Transformer(Getter1(prim));
966 ImVec2 P2 = this->Transformer(Getter2(prim));

Callers

nothing calls this directly

Calls 1

GetLineRenderPropsFunction · 0.85

Tested by

no test coverage detected