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

Method drawPath

core/paintbuffer.cpp:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void PaintBufferEngine::drawPath(const QPainterPath &path)
177{
178 QPaintBufferEngine::drawPath(path);
179 // TODO this is not handled in QPaintBuffer
180 // createStackTrace();
181 // pushOrigin();
182}
183
184void PaintBufferEngine::drawPoints(const QPoint *points, int pointCount)
185{

Callers 3

paintEventMethod · 0.45
paintItemDecorationMethod · 0.45

Calls

no outgoing calls

Tested by 1

paintItemDecorationMethod · 0.36