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

Method drawPoints

core/paintbuffer.cpp:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void PaintBufferEngine::drawPoints(const QPoint *points, int pointCount)
185{
186 QPaintBufferEngine::drawPoints(points, pointCount);
187 createStackTrace();
188 pushOrigin();
189}
190
191void PaintBufferEngine::drawPoints(const QPointF *points, int pointCount)
192{

Callers 1

drawTracesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected