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

Method LinesBegin

src/engine/client/graphics_threaded.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void CGraphics_Threaded::LinesBegin()
227{
228 dbg_assert(m_Drawing == EDrawing::NONE, "called Graphics()->LinesBegin twice");
229 m_Drawing = EDrawing::LINES;
230 SetColor(1, 1, 1, 1);
231}
232
233void CGraphics_Threaded::LinesEnd()
234{

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