MCPcopy Create free account
hub / github.com/KDAB/GammaRay / drawLines

Method drawLines

core/paintbuffer.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void PaintBufferEngine::drawLines(const QLine *lines, int lineCount)
149{
150 QPaintBufferEngine::drawLines(lines, lineCount);
151 createStackTrace();
152 pushOrigin();
153}
154
155void PaintBufferEngine::drawLines(const QLineF *lines, int lineCount)
156{

Callers 1

drawGridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected