| 902 | P1 = this->Transformer(Getter(0)); |
| 903 | } |
| 904 | void Init(ImDrawList& draw_list) const { |
| 905 | GetLineRenderProps(draw_list, HalfWeight, UV0, UV1); |
| 906 | } |
| 907 | IMPLOT_INLINE bool Render(ImDrawList& draw_list, const ImRect& cull_rect, int prim) const { |
| 908 | ImVec2 P2 = this->Transformer(Getter(prim + 1)); |
| 909 | if (!cull_rect.Overlaps(ImRect(ImMin(P1, P2), ImMax(P1, P2)))) { |
nothing calls this directly
no test coverage detected