MCPcopy Create free account
hub / github.com/ddnet/ddnet / LinesEnd

Method LinesEnd

src/engine/client/graphics_threaded.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void CGraphics_Threaded::LinesEnd()
234{
235 dbg_assert(m_Drawing == EDrawing::LINES, "called Graphics()->LinesEnd without begin");
236 FlushVertices();
237 m_Drawing = EDrawing::NONE;
238}
239
240void CGraphics_Threaded::LinesDraw(const CLineItem *pArray, size_t Num)
241{

Callers 10

DrawOutlineMethod · 0.80
RenderHookCollLineMethod · 0.80
DoQuadKnifeMethod · 0.80
RenderImagesListMethod · 0.80
RenderSoundsMethod · 0.80
RenderEnvelopeEditorMethod · 0.80
RenderScreenSizesMethod · 0.80
RenderDebugClipMethod · 0.80
RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected